#52949C

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

Shades of Half Baked #52949C

Tints of Half Baked #52949C

Color information

#52949C (or 0x52949C) is unknown color: approx Half Baked. HEX triplet: 52, 94 and 9C. RGB value is (82,148,156). Sum of RGB (Red+Green+Blue) = 82+148+156=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #52949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52949C is #AD6B63. Grayscale: #818181. Windows color (decimal): -11365220 or 10261586. OLE color: 10261586.

HSL color Cylindrical-coordinate representation of color #52949C: hue angle of 186.49º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52949C is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82148156-
CMYK0.470.0500.39
HSL186.49º31.09%46.67%-
HSV(B)186.49º47.44%61.18%-
XYZ20.0725.3735.29-
YUV129.18143.1394.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=21.24%
G=38.34%
B=40.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821481560.470.0500.39186.4931.0946.67
Hex52949C2F5027ba1f2f
Octal1222242345750472723757
Binary1010010100101001001110010111110101001111011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,148,156); }

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

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

 a { background-color: rgb(82,148,156); }

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

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

 span { border-color: rgb(82,148,156); }

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