#539399

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

Shades of Half Baked #539399

Tints of Half Baked #539399

Color information

#539399 (or 0x539399) is unknown color: approx Half Baked. HEX triplet: 53, 93 and 99. RGB value is (83,147,153). Sum of RGB (Red+Green+Blue) = 83+147+153=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #539399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539399 is #AC6C66. Grayscale: #808080. Windows color (decimal): -11299943 or 10064723. OLE color: 10064723.

HSL color Cylindrical-coordinate representation of color #539399: hue angle of 185.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539399 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB83147153-
CMYK0.460.0400.4
HSL185.14º29.66%46.27%-
HSV(B)185.14º45.75%60%-
XYZ19.7525.0133.92-
YUV128.55141.895.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.67%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=21.67%
G=38.38%
B=39.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831471530.460.0400.4185.1429.6646.27
Hex5393992E4028b91e2e
Octal1232232315640502713656
Binary1010011100100111001100110111010001010001011100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539399; }

 p { color: rgb(83,147,153); }

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

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

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

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

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

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

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