#57878C

Color #57878C Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #57878C

Tints of Half Baked #57878C

Color information

#57878C (or 0x57878C) is unknown color: approx Half Baked. HEX triplet: 57, 87 and 8C. RGB value is (87,135,140). Sum of RGB (Red+Green+Blue) = 87+135+140=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #57878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57878C is #A87873. Grayscale: #797979. Windows color (decimal): -11040884 or 9209687. OLE color: 9209687.

HSL color Cylindrical-coordinate representation of color #57878C: hue angle of 185.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57878C is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87135140-
CMYK0.380.0400.45
HSL185.66º23.35%44.51%-
HSV(B)185.66º37.86%54.9%-
XYZ17.3321.2528-
YUV121.22138.6103.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.03%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=24.03%
G=37.29%
B=38.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871351400.380.0400.45185.6623.3544.51
Hex57878C26402Dba172d
Octal1272072144640552722755
Binary1010111100001111000110010011010001011011011101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57878C; }

 p { color: rgb(87,135,140); }

 H1.HeaderClassName
 {
   color: #57878C;
 }
 .AnyTagClassName
 {
   color: #57878C;
 }
</style>
background-color css

<style>
 a { background-color: #57878C; }

 a { background-color: rgb(87,135,140); }

 div.DivClassName
 {
   background-color: #57878C;
 }
 .BgClassName
 {
   background-color: #57878C;
 }
</style>
border-color css

<style>
 span { border-color: #57878C; }

 span { border-color: rgb(87,135,140); }

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