#55605E

Color #55605E Mako (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mako #55605E

Tints of Mako #55605E

Color information

#55605E (or 0x55605E) is unknown color: approx Mako. HEX triplet: 55, 60 and 5E. RGB value is (85,96,94). Sum of RGB (Red+Green+Blue) = 85+96+94=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 96 - color contains mainly: green. Hex color #55605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55605E is #AA9FA1. Grayscale: #5C5C5C. Windows color (decimal): -11181986 or 6185045. OLE color: 6185045.

HSL color Cylindrical-coordinate representation of color #55605E: hue angle of 169.09º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55605E is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB859694-
CMYK0.1100.020.62
HSL169.09º6.08%35.49%-
HSV(B)169.09º11.46%37.65%-
XYZ9.9511.1112.21-
YUV92.48128.86122.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=30.91%
G=34.91%
B=34.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596940.1100.020.62169.096.0835.49
Hex55605EB023Ea9623
Octal125140136130276251643
Binary101010111000001011110101101011111010101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55605E; }

 p { color: rgb(85,96,94); }

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

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

 a { background-color: rgb(85,96,94); }

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

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

 span { border-color: rgb(85,96,94); }

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