#57848B

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

Shades of Half Baked #57848B

Tints of Half Baked #57848B

Color information

#57848B (or 0x57848B) is unknown color: approx Half Baked. HEX triplet: 57, 84 and 8B. RGB value is (87,132,139). Sum of RGB (Red+Green+Blue) = 87+132+139=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #57848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57848B is #A87B74. Grayscale: #777777. Windows color (decimal): -11041653 or 9143383. OLE color: 9143383.

HSL color Cylindrical-coordinate representation of color #57848B: hue angle of 188.08º 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 #57848B is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87132139-
CMYK0.370.0500.45
HSL188.08º23.01%44.31%-
HSV(B)188.08º37.41%54.51%-
XYZ16.8420.3927.47-
YUV119.34139.09104.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=24.30%
G=36.87%
B=38.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871321390.370.0500.45188.0823.0144.31
Hex57848B25502Dbc172c
Octal1272042134550552742754
Binary1010111100001001000101110010110101011011011110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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