#539699

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

Shades of Half Baked #539699

Tints of Half Baked #539699

Color information

#539699 (or 0x539699) is unknown color: approx Half Baked. HEX triplet: 53, 96 and 99. RGB value is (83,150,153). Sum of RGB (Red+Green+Blue) = 83+150+153=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #539699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539699 is #AC6966. Grayscale: #828282. Windows color (decimal): -11299175 or 10065491. OLE color: 10065491.

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

Color convert

RGB83150153-
CMYK0.460.0200.4
HSL182.57º29.66%46.27%-
HSV(B)182.57º45.75%60%-
XYZ20.2225.9534.08-
YUV130.31140.894.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.50%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=21.50%
G=38.86%
B=39.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831501530.460.0200.4182.5729.6646.27
Hex5396992E2028b71e2e
Octal1232262315620502673656
Binary101001110010110100110011011101001010001011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539699; }

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

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

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

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

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

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

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

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