#57878A

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

Shades of Half Baked #57878A

Tints of Half Baked #57878A

Color information

#57878A (or 0x57878A) is unknown color: approx Half Baked. HEX triplet: 57, 87 and 8A. RGB value is (87,135,138). Sum of RGB (Red+Green+Blue) = 87+135+138=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #57878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57878A is #A87875. Grayscale: #787878. Windows color (decimal): -11040886 or 9078615. OLE color: 9078615.

HSL color Cylindrical-coordinate representation of color #57878A: hue angle of 183.53º 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 #57878A is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB87135138-
CMYK0.370.0200.46
HSL183.53º22.67%44.12%-
HSV(B)183.53º36.96%54.12%-
XYZ17.1821.1927.23-
YUV120.99137.6103.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=24.17%
G=37.5%
B=38.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871351380.370.0200.46183.5322.6744.12
Hex57878A25202Eb8172c
Octal1272072124520562702754
Binary101011110000111100010101001011001011101011100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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