#529793

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

Shades of Half Baked #529793

Tints of Half Baked #529793

Color information

#529793 (or 0x529793) is unknown color: approx Half Baked. HEX triplet: 52, 97 and 93. RGB value is (82,151,147). Sum of RGB (Red+Green+Blue) = 82+151+147=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #529793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529793 is #AD686C. Grayscale: #818181. Windows color (decimal): -11364461 or 9672530. OLE color: 9672530.

HSL color Cylindrical-coordinate representation of color #529793: hue angle of 176.52º 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 #529793 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB82151147-
CMYK0.4600.030.41
HSL176.52º29.61%45.69%-
HSV(B)176.52º45.7%59.22%-
XYZ19.8126.0331.58-
YUV129.91137.6493.83-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.58%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=21.58%
G=39.74%
B=38.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511470.4600.030.41176.5229.6145.69
Hex5297932E0329b11e2e
Octal1222272235603512613656
Binary101001010010111100100111011100111010011011000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529793; }

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

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

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

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

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

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

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

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