#529393

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

Shades of Half Baked #529393

Tints of Half Baked #529393

Color information

#529393 (or 0x529393) is unknown color: approx Half Baked. HEX triplet: 52, 93 and 93. RGB value is (82,147,147). Sum of RGB (Red+Green+Blue) = 82+147+147=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #529393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529393 is #AD6C6C. Grayscale: #7F7F7F. Windows color (decimal): -11365485 or 9671506. OLE color: 9671506.

HSL color Cylindrical-coordinate representation of color #529393: hue angle of 180º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529393 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82147147-
CMYK0.44000.42
HSL180º28.38%44.9%-
HSV(B)180º44.22%57.65%-
XYZ19.1824.7731.37-
YUV127.56138.9795.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=21.81%
G=39.10%
B=39.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821471470.44000.4218028.3844.9
Hex5293932C002Ab41c2d
Octal1222232235400522643455
Binary10100101001001110010011101100001010101011010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529393; }

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

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

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

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

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

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

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

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