#539895

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

Shades of Half Baked #539895

Tints of Half Baked #539895

Color information

#539895 (or 0x539895) is unknown color: approx Half Baked. HEX triplet: 53, 98 and 95. RGB value is (83,152,149). Sum of RGB (Red+Green+Blue) = 83+152+149=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #539895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539895 is #AC676A. Grayscale: #828282. Windows color (decimal): -11298667 or 9803859. OLE color: 9803859.

HSL color Cylindrical-coordinate representation of color #539895: hue angle of 177.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539895 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB83152149-
CMYK0.4500.020.40
HSL177.39º29.36%46.08%-
HSV(B)177.39º45.39%59.61%-
XYZ20.2226.4732.48-
YUV131.03138.1493.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=21.61%
G=39.58%
B=38.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521490.4500.020.40177.3929.3646.08
Hex5398952D0228b11d2e
Octal1232302255502502613556
Binary101001110011000100101011011010101010001011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539895; }

 p { color: rgb(83,152,149); }

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

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

 a { background-color: rgb(83,152,149); }

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

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

 span { border-color: rgb(83,152,149); }

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