#529497

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

Shades of Half Baked #529497

Tints of Half Baked #529497

Color information

#529497 (or 0x529497) is unknown color: approx Half Baked. HEX triplet: 52, 94 and 97. RGB value is (82,148,151). Sum of RGB (Red+Green+Blue) = 82+148+151=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #529497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529497 is #AD6B68. Grayscale: #808080. Windows color (decimal): -11365225 or 9933906. OLE color: 9933906.

HSL color Cylindrical-coordinate representation of color #529497: hue angle of 182.61º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529497 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82148151-
CMYK0.460.0200.41
HSL182.61º29.61%45.69%-
HSV(B)182.61º45.7%59.22%-
XYZ19.6625.2133.11-
YUV128.61140.6394.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.52%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=21.52%
G=38.85%
B=39.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821481510.460.0200.41182.6129.6145.69
Hex5294972E2029b71e2e
Octal1222242275620512673656
Binary101001010010100100101111011101001010011011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529497; }

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

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

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

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

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

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

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

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