#57868A

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

Shades of Half Baked #57868A

Tints of Half Baked #57868A

Color information

#57868A (or 0x57868A) is unknown color: approx Half Baked. HEX triplet: 57, 86 and 8A. RGB value is (87,134,138). Sum of RGB (Red+Green+Blue) = 87+134+138=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #57868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57868A is #A87975. Grayscale: #787878. Windows color (decimal): -11041142 or 9078359. OLE color: 9078359.

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

Color convert

RGB87134138-
CMYK0.370.0300.46
HSL184.71º22.67%44.12%-
HSV(B)184.71º36.96%54.12%-
XYZ17.0420.9127.18-
YUV120.4137.93104.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 138 (54.30% from 255) = 38.44%
R=24.23%
G=37.33%
B=38.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871341380.370.0300.46184.7122.6744.12
Hex57868A25302Eb9172c
Octal1272062124530562712754
Binary101011110000110100010101001011101011101011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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