#539d93

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

Shades of Half Baked #539D93

Tints of Half Baked #539D93

Color information

#539D93 (or 0x539D93) is unknown color: approx Half Baked. HEX triplet: 53, 9D and 93. RGB value is (83,157,147). Sum of RGB (Red+Green+Blue) = 83+157+147=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #539D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D93 is #AC626C. Grayscale: #858585. Windows color (decimal): -11297389 or 9674067. OLE color: 9674067.

HSL color Cylindrical-coordinate representation of color #539D93: hue angle of 171.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D93 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB83157147-
CMYK0.4700.060.38
HSL171.89º30.83%47.06%-
HSV(B)171.89º47.13%61.57%-
XYZ20.8928.0631.92-
YUV133.73135.4891.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=21.45%
G=40.57%
B=37.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571470.4700.060.38171.8930.8347.06
Hex539D932F0626ac1f2f
Octal1232352235706462543757
Binary1010011100111011001001110111101101001101010110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539d93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539d93; }

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

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

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

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

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

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

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

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