#539997

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

Shades of Half Baked #539997

Tints of Half Baked #539997

Color information

#539997 (or 0x539997) is unknown color: approx Half Baked. HEX triplet: 53, 99 and 97. RGB value is (83,153,151). Sum of RGB (Red+Green+Blue) = 83+153+151=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #539997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539997 is #AC6668. Grayscale: #838383. Windows color (decimal): -11298409 or 9935187. OLE color: 9935187.

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

Color convert

RGB83153151-
CMYK0.4600.010.4
HSL178.29º29.66%46.27%-
HSV(B)178.29º45.75%60%-
XYZ20.5426.8633.38-
YUV131.84138.8193.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=21.45%
G=39.53%
B=39.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531510.4600.010.4178.2929.6646.27
Hex5399972E0128b21e2e
Octal1232312275601502623656
Binary10100111001100110010111101110011010001011001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539997; }

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

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

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

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

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

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

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

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