#539693

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

Shades of Half Baked #539693

Tints of Half Baked #539693

Color information

#539693 (or 0x539693) is unknown color: approx Half Baked. HEX triplet: 53, 96 and 93. RGB value is (83,150,147). Sum of RGB (Red+Green+Blue) = 83+150+147=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #539693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539693 is #AC696C. Grayscale: #818181. Windows color (decimal): -11299181 or 9672275. OLE color: 9672275.

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

Color convert

RGB83150147-
CMYK0.4500.020.41
HSL177.31º28.76%45.69%-
HSV(B)177.31º44.67%58.82%-
XYZ19.7425.7631.54-
YUV129.62137.894.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.84%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=21.84%
G=39.47%
B=38.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501470.4500.020.41177.3128.7645.69
Hex5396932D0229b11d2e
Octal1232262235502512613556
Binary101001110010110100100111011010101010011011000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539693; }

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

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

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

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

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

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

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

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