#539197

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

Shades of Half Baked #539197

Tints of Half Baked #539197

Color information

#539197 (or 0x539197) is unknown color: approx Half Baked. HEX triplet: 53, 91 and 97. RGB value is (83,145,151). Sum of RGB (Red+Green+Blue) = 83+145+151=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #539197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539197 is #AC6E68. Grayscale: #7F7F7F. Windows color (decimal): -11300457 or 9933139. OLE color: 9933139.

HSL color Cylindrical-coordinate representation of color #539197: hue angle of 185.29º 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 #539197 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB83145151-
CMYK0.450.0400.41
HSL185.29º29.06%45.88%-
HSV(B)185.29º45.03%59.22%-
XYZ19.2824.3232.96-
YUV127.15141.4696.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 151 (59.38% from 255) = 39.84%
R=21.90%
G=38.26%
B=39.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831451510.450.0400.41185.2929.0645.88
Hex5391972D4029b91d2e
Octal1232212275540512713556
Binary1010011100100011001011110110110001010011011100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539197; }

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

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

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

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

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

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

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

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