#57838C

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

Shades of Half Baked #57838C

Tints of Half Baked #57838C

Color information

#57838C (or 0x57838C) is unknown color: approx Half Baked. HEX triplet: 57, 83 and 8C. RGB value is (87,131,140). Sum of RGB (Red+Green+Blue) = 87+131+140=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #57838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57838C is #A87C73. Grayscale: #767676. Windows color (decimal): -11041908 or 9208663. OLE color: 9208663.

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

Color convert

RGB87131140-
CMYK0.380.0600.45
HSL190.19º23.35%44.51%-
HSV(B)190.19º37.86%54.9%-
XYZ16.7820.1527.82-
YUV118.87139.92105.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 131 (51.56% from 255) = 36.59%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=24.30%
G=36.59%
B=39.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871311400.380.0600.45190.1923.3544.51
Hex57838C26602Dbe172d
Octal1272032144660552762755
Binary1010111100000111000110010011011001011011011111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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