#57868C

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

Shades of Half Baked #57868C

Tints of Half Baked #57868C

Color information

#57868C (or 0x57868C) is unknown color: approx Half Baked. HEX triplet: 57, 86 and 8C. RGB value is (87,134,140). Sum of RGB (Red+Green+Blue) = 87+134+140=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #57868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57868C is #A87973. Grayscale: #787878. Windows color (decimal): -11041140 or 9209431. OLE color: 9209431.

HSL color Cylindrical-coordinate representation of color #57868C: hue angle of 186.79º 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 #57868C is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87134140-
CMYK0.380.0400.45
HSL186.79º23.35%44.51%-
HSV(B)186.79º37.86%54.9%-
XYZ17.1920.9727.95-
YUV120.63138.93104.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.10%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=24.10%
G=37.12%
B=38.78%

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
Decimal871341400.380.0400.45186.7923.3544.51
Hex57868C26402Dbb172d
Octal1272062144640552732755
Binary1010111100001101000110010011010001011011011101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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