#529093

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

Shades of Half Baked #529093

Tints of Half Baked #529093

Color information

#529093 (or 0x529093) is unknown color: approx Half Baked. HEX triplet: 52, 90 and 93. RGB value is (82,144,147). Sum of RGB (Red+Green+Blue) = 82+144+147=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #529093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529093 is #AD6F6C. Grayscale: #7D7D7D. Windows color (decimal): -11366253 or 9670738. OLE color: 9670738.

HSL color Cylindrical-coordinate representation of color #529093: hue angle of 182.77º 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 #529093 is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82144147-
CMYK0.440.0200.42
HSL182.77º28.38%44.9%-
HSV(B)182.77º44.22%57.65%-
XYZ18.7223.8531.22-
YUV125.8139.9696.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.98%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=21.98%
G=38.61%
B=39.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821441470.440.0200.42182.7728.3844.9
Hex5290932C202Ab71c2d
Octal1222202235420522673455
Binary101001010010000100100111011001001010101011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529093; }

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

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

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

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

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

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

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

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