#529A98

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

Shades of Half Baked #529A98

Tints of Half Baked #529A98

Color information

#529A98 (or 0x529A98) is unknown color: approx Half Baked. HEX triplet: 52, 9A and 98. RGB value is (82,154,152). Sum of RGB (Red+Green+Blue) = 82+154+152=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #529A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529A98 is #AD6567. Grayscale: #848484. Windows color (decimal): -11363688 or 10000978. OLE color: 10000978.

HSL color Cylindrical-coordinate representation of color #529A98: hue angle of 178.33º 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 #529A98 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB82154152-
CMYK0.4700.010.40
HSL178.33º30.51%46.27%-
HSV(B)178.33º46.75%60.39%-
XYZ20.727.1733.86-
YUV132.24139.1592.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 152 (59.77% from 255) = 39.18%
R=21.13%
G=39.69%
B=39.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821541520.4700.010.40178.3330.5146.27
Hex529A982F0128b21f2e
Octal1222322305701502623756
Binary10100101001101010011000101111011010001011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529A98; }

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

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

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

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

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

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

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

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