#539697

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

Shades of Half Baked #539697

Tints of Half Baked #539697

Color information

#539697 (or 0x539697) is unknown color: approx Half Baked. HEX triplet: 53, 96 and 97. RGB value is (83,150,151). Sum of RGB (Red+Green+Blue) = 83+150+151=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #539697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539697 is #AC6968. Grayscale: #828282. Windows color (decimal): -11299177 or 9934419. OLE color: 9934419.

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

Color convert

RGB83150151-
CMYK0.450.0100.41
HSL180.88º29.06%45.88%-
HSV(B)180.88º45.03%59.22%-
XYZ20.0625.8933.22-
YUV130.08139.894.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=21.61%
G=39.06%
B=39.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501510.450.0100.41180.8829.0645.88
Hex5396972D1029b51d2e
Octal1232262275510512653556
Binary10100111001011010010111101101101010011011010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539697; }

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

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

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

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

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

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

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

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