#539c96

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

Shades of Half Baked #539C96

Tints of Half Baked #539C96

Color information

#539C96 (or 0x539C96) is unknown color: approx Half Baked. HEX triplet: 53, 9C and 96. RGB value is (83,156,150). Sum of RGB (Red+Green+Blue) = 83+156+150=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #539C96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539C96 is #AC6369. Grayscale: #858585. Windows color (decimal): -11297642 or 9870419. OLE color: 9870419.

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

Color convert

RGB83156150-
CMYK0.4700.040.39
HSL175.07º30.54%46.86%-
HSV(B)175.07º46.79%61.18%-
XYZ20.9627.8233.12-
YUV133.49137.3291.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.34%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=21.34%
G=40.10%
B=38.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831561500.4700.040.39175.0730.5446.86
Hex539C962F0427af1f2f
Octal1232342265704472573757
Binary1010011100111001001011010111101001001111010111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539c96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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