#529B98

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

Shades of Half Baked #529B98

Tints of Half Baked #529B98

Color information

#529B98 (or 0x529B98) is unknown color: approx Half Baked. HEX triplet: 52, 9B and 98. RGB value is (82,155,152). Sum of RGB (Red+Green+Blue) = 82+155+152=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #529B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B98 is #AD6467. Grayscale: #848484. Windows color (decimal): -11363432 or 10001234. OLE color: 10001234.

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

Color convert

RGB82155152-
CMYK0.4700.020.39
HSL177.53º30.8%46.47%-
HSV(B)177.53º47.1%60.78%-
XYZ20.8727.533.91-
YUV132.83138.8291.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.08%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=21.08%
G=39.85%
B=39.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821551520.4700.020.39177.5330.846.47
Hex529B982F0227b21f2e
Octal1222332305702472623756
Binary101001010011011100110001011110101001111011001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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