#57848C

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

Shades of Half Baked #57848C

Tints of Half Baked #57848C

Color information

#57848C (or 0x57848C) is unknown color: approx Half Baked. HEX triplet: 57, 84 and 8C. RGB value is (87,132,140). Sum of RGB (Red+Green+Blue) = 87+132+140=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #57848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57848C is #A87B73. Grayscale: #777777. Windows color (decimal): -11041652 or 9208919. OLE color: 9208919.

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

Color convert

RGB87132140-
CMYK0.380.0600.45
HSL189.06º23.35%44.51%-
HSV(B)189.06º37.86%54.9%-
XYZ16.9220.4227.86-
YUV119.46139.59104.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 140 (55.08% from 255) = 39.00%
R=24.23%
G=36.77%
B=39.00%

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
Decimal871321400.380.0600.45189.0623.3544.51
Hex57848C26602Dbd172d
Octal1272042144660552752755
Binary1010111100001001000110010011011001011011011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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