Html Css Color HEX #57838A Half Baked

📋 copy color: '#57838A'

red 87 ◦ green 131 ◦ blue 138

#57838A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Half Baked #57838A

Tints of Half Baked #57838A

RGB

 RED value IS 87 (34.38% from 255) = 24.44%

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 24.44%
G = 36.8%
B = 38.76%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#57838A (or 0x57838A) is known color: Half Baked. HEX triplet: 57, 83 and 8A. RGB value is (87,131,138). Sum of RGB (Red+Green+Blue) = 87+131+138=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #57838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57838A is #A87C75. Grayscale: #767676. Windows color (decimal): -11041910 or 9077591. OLE color: 9077591.

HSL color Cylindrical-coordinate representation of color #57838A: hue angle of 188.24º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57838A is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 131 138 -
CMYK 0.37 0.05 0 0.46
HSL 188.24º 0.23% 0.44% -
HSV(B) 188.24º 0.37% 0.54% -
XYZ 16.63 20.09 27.05 -
YUV 118.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 87 131 138 0.37 0.05 0 0.46 188.24 0.23 0.44
Hex 57 83 8A 25 5 0 2E BC 17 2C
Octal 127 203 212 45 5 0 56 274 27 54
Binary 1010111 10000011 10001010 100101 101 0 101110 10111100 10111 101100

Color Harmonies of #57838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57838A

Black with #57838A

Text Example


Text Example

White with #57838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57838A; }

 p { color: rgb(87,131,138); }

 H1.HeaderClassName
 {
   color: #57838A;
 }
 .AnyTagClassName
 {
   color: #57838A;
 }
</style>

background-color css

<style>
 a { background-color: #57838A; }

 a { background-color: rgb(87,131,138); }

 div.DivClassName
 {
   background-color: #57838A;
 }
 .BgClassName
 {
   background-color: #57838A;
 }
</style>

border-color css

<style>
 span { border-color: #57838A; }

 span { border-color: rgb(87,131,138); }

 td.TdClassName
 {
   border-color: #57838A;
 }
 .TagClassName
 {
   border-color: #57838A;
 }
</style>