#539393

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

Shades of Half Baked #539393

Tints of Half Baked #539393

Color information

#539393 (or 0x539393) is unknown color: approx Half Baked. HEX triplet: 53, 93 and 93. RGB value is (83,147,147). Sum of RGB (Red+Green+Blue) = 83+147+147=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #539393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539393 is #AC6C6C. Grayscale: #7F7F7F. Windows color (decimal): -11299949 or 9671507. OLE color: 9671507.

HSL color Cylindrical-coordinate representation of color #539393: hue angle of 180º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539393 is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB83147147-
CMYK0.44000.42
HSL180º27.83%45.1%-
HSV(B)180º43.54%57.65%-
XYZ19.2724.8131.38-
YUV127.86138.896-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 147 (57.81% from 255) = 38.99%
R=22.02%
G=38.99%
B=38.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471470.44000.4218027.8345.1
Hex5393932C002Ab41c2d
Octal1232232235400522643455
Binary10100111001001110010011101100001010101011010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539393; }

 p { color: rgb(83,147,147); }

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

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

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

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

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

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

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