#539B95

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

Shades of Half Baked #539B95

Tints of Half Baked #539B95

Color information

#539B95 (or 0x539B95) is unknown color: approx Half Baked. HEX triplet: 53, 9B and 95. RGB value is (83,155,149). Sum of RGB (Red+Green+Blue) = 83+155+149=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 155 - color contains mainly: green. Hex color #539B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539B95 is #AC646A. Grayscale: #848484. Windows color (decimal): -11297899 or 9804627. OLE color: 9804627.

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

Color convert

RGB83155149-
CMYK0.4600.040.39
HSL175º30.25%46.67%-
HSV(B)175º46.45%60.78%-
XYZ20.7127.4532.64-
YUV132.79137.1592.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.45%
GREEN value IS 155 (60.94% from 255) = 40.05%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=21.45%
G=40.05%
B=38.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831551490.4600.040.3917530.2546.67
Hex539B952E0427af1e2f
Octal1232332255604472573657
Binary1010011100110111001010110111001001001111010111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,155,149); }

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

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

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

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

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

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

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