#57868B

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

Shades of Half Baked #57868B

Tints of Half Baked #57868B

Color information

#57868B (or 0x57868B) is unknown color: approx Half Baked. HEX triplet: 57, 86 and 8B. RGB value is (87,134,139). Sum of RGB (Red+Green+Blue) = 87+134+139=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #57868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57868B is #A87974. Grayscale: #787878. Windows color (decimal): -11041141 or 9143895. OLE color: 9143895.

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

Color convert

RGB87134139-
CMYK0.370.0400.45
HSL185.77º23.01%44.31%-
HSV(B)185.77º37.41%54.51%-
XYZ17.1220.9427.57-
YUV120.52138.43104.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=24.17%
G=37.22%
B=38.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871341390.370.0400.45185.7723.0144.31
Hex57868B25402Dba172c
Octal1272062134540552722754
Binary1010111100001101000101110010110001011011011101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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