#52929A

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

Shades of Half Baked #52929A

Tints of Half Baked #52929A

Color information

#52929A (or 0x52929A) is unknown color: approx Half Baked. HEX triplet: 52, 92 and 9A. RGB value is (82,146,154). Sum of RGB (Red+Green+Blue) = 82+146+154=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 154 - color contains mainly: blue. Hex color #52929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52929A is #AD6D65. Grayscale: #7F7F7F. Windows color (decimal): -11365734 or 10130002. OLE color: 10130002.

HSL color Cylindrical-coordinate representation of color #52929A: hue angle of 186.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52929A is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82146154-
CMYK0.470.0500.40
HSL186.67º30.51%46.27%-
HSV(B)186.67º46.75%60.39%-
XYZ19.5924.6834.3-
YUV127.78142.895.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=21.47%
G=38.22%
B=40.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821461540.470.0500.40186.6730.5146.27
Hex52929A2F5028bb1f2e
Octal1222222325750502733756
Binary1010010100100101001101010111110101010001011101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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