#539892

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

Shades of Half Baked #539892

Tints of Half Baked #539892

Color information

#539892 (or 0x539892) is unknown color: approx Half Baked. HEX triplet: 53, 98 and 92. RGB value is (83,152,146). Sum of RGB (Red+Green+Blue) = 83+152+146=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #539892 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539892 is #AC676D. Grayscale: #828282. Windows color (decimal): -11298670 or 9607251. OLE color: 9607251.

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

Color convert

RGB83152146-
CMYK0.4500.040.40
HSL174.78º29.36%46.08%-
HSV(B)174.78º45.39%59.61%-
XYZ19.9826.3731.23-
YUV130.68136.6493.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=21.78%
G=39.90%
B=38.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521460.4500.040.40174.7829.3646.08
Hex5398922D0428af1d2e
Octal1232302225504502573556
Binary1010011100110001001001010110101001010001010111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539892; }

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

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

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

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

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

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

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

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