Html Css Color HEX #57888F Half Baked

📋 copy color: '#57888F'

red 87 ◦ green 136 ◦ blue 143

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

Shades of Half Baked #57888F

Tints of Half Baked #57888F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 23.77%
G = 37.16%
B = 39.07%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57888F (or 0x57888F) is known color: Half Baked. HEX triplet: 57, 88 and 8F. RGB value is (87,136,143). Sum of RGB (Red+Green+Blue) = 87+136+143=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #57888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57888F is #A87770. Grayscale: #7A7A7A. Windows color (decimal): -11040625 or 9406551. OLE color: 9406551.

HSL color Cylindrical-coordinate representation of color #57888F: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #57888F is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 136 143 -
CMYK 0.39 0.05 0 0.44
HSL 187.5º 0.24% 0.45% -
HSV(B) 187.5º 0.39% 0.56% -
XYZ 17.69 21.62 29.23 -
YUV 122.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 87 136 143 0.39 0.05 0 0.44 187.5 0.24 0.45
Hex 57 88 8F 27 5 0 2C BC 18 2D
Octal 127 210 217 47 5 0 54 274 30 55
Binary 1010111 10001000 10001111 100111 101 0 101100 10111100 11000 101101

Color Harmonies of #57888F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57888F

Black with #57888F

Text Example


Text Example

White with #57888F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57888F; }

 p { color: rgb(87,136,143); }

 H1.HeaderClassName
 {
   color: #57888F;
 }
 .AnyTagClassName
 {
   color: #57888F;
 }
</style>

background-color css

<style>
 a { background-color: #57888F; }

 a { background-color: rgb(87,136,143); }

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

border-color css

<style>
 span { border-color: #57888F; }

 span { border-color: rgb(87,136,143); }

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