#52878C

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

Shades of Half Baked #52878C

Tints of Half Baked #52878C

Color information

#52878C (or 0x52878C) is unknown color: approx Half Baked. HEX triplet: 52, 87 and 8C. RGB value is (82,135,140). Sum of RGB (Red+Green+Blue) = 82+135+140=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #52878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52878C is #AD7873. Grayscale: #777777. Windows color (decimal): -11368564 or 9209682. OLE color: 9209682.

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

Color convert

RGB82135140-
CMYK0.410.0400.45
HSL185.17º26.13%43.53%-
HSV(B)185.17º41.43%54.9%-
XYZ16.8821.0227.98-
YUV119.72139.44101.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=22.97%
G=37.82%
B=39.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821351400.410.0400.45185.1726.1343.53
Hex52878C29402Db91a2c
Octal1222072145140552713254
Binary1010010100001111000110010100110001011011011100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,135,140); }

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

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

 a { background-color: rgb(82,135,140); }

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

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

 span { border-color: rgb(82,135,140); }

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