#559B95

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

Shades of Half Baked #559B95

Tints of Half Baked #559B95

Color information

#559B95 (or 0x559B95) is unknown color: approx Half Baked. HEX triplet: 55, 9B and 95. RGB value is (85,155,149). Sum of RGB (Red+Green+Blue) = 85+155+149=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #559B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B95 is #AA646A. Grayscale: #858585. Windows color (decimal): -11166827 or 9804629. OLE color: 9804629.

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

Color convert

RGB85155149-
CMYK0.4500.040.39
HSL174.86º29.17%47.06%-
HSV(B)174.86º45.16%60.78%-
XYZ20.8927.5432.65-
YUV133.39136.8193.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 149 (58.59% from 255) = 38.30%
R=21.85%
G=39.85%
B=38.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551490.4500.040.39174.8629.1747.06
Hex559B952D0427af1d2f
Octal1252332255504472573557
Binary1010101100110111001010110110101001001111010111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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