#52929C

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

Shades of Half Baked #52929C

Tints of Half Baked #52929C

Color information

#52929C (or 0x52929C) is unknown color: approx Half Baked. HEX triplet: 52, 92 and 9C. RGB value is (82,146,156). Sum of RGB (Red+Green+Blue) = 82+146+156=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #52929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52929C is #AD6D63. Grayscale: #7F7F7F. Windows color (decimal): -11365732 or 10261074. OLE color: 10261074.

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

Color convert

RGB82146156-
CMYK0.470.0600.39
HSL188.11º31.09%46.67%-
HSV(B)188.11º47.44%61.18%-
XYZ19.7624.7535.19-
YUV128143.895.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=21.35%
G=38.02%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821461560.470.0600.39188.1131.0946.67
Hex52929C2F6027bc1f2f
Octal1222222345760472743757
Binary1010010100100101001110010111111001001111011110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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