Html Css Color HEX #555B5A Mako

📋 copy color: '#555B5A'

red 85 ◦ green 91 ◦ blue 90

#555B5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mako #555B5A

Tints of Mako #555B5A

RGB

 RED value IS 85 (33.59% from 255) = 31.95%

 GREEN value IS 91 (35.94% from 255) = 34.21%

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 31.95%
G = 34.21%
B = 33.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#555B5A (or 0x555B5A) is known color: Mako. HEX triplet: 55, 5B and 5A. RGB value is (85,91,90). Sum of RGB (Red+Green+Blue) = 85+91+90=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 91 - color contains mainly: green. Hex color #555B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B5A is #AAA4A5. Grayscale: #595959. Windows color (decimal): -11183270 or 5921621. OLE color: 5921621.

HSL color Cylindrical-coordinate representation of color #555B5A: hue angle of 170º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #555B5A is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 90 -
CMYK 0.07 0 0.01 0.64
HSL 170º 0.03% 0.35% -
HSV(B) 170º 0.07% 0.36% -
XYZ 9.33 10.15 11.14 -
YUV 89.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 85 91 90 0.07 0 0.01 0.64 170 0.03 0.35
Hex 55 5B 5A 7 0 1 40 AA 3 23
Octal 125 133 132 7 0 1 100 252 3 43
Binary 1010101 1011011 1011010 111 0 1 1000000 10101010 11 100011

Color Harmonies of #555B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B5A

Black with #555B5A

Text Example


Text Example

White with #555B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555B5A; }

 p { color: rgb(85,91,90); }

 H1.HeaderClassName
 {
   color: #555B5A;
 }
 .AnyTagClassName
 {
   color: #555B5A;
 }
</style>

background-color css

<style>
 a { background-color: #555B5A; }

 a { background-color: rgb(85,91,90); }

 div.DivClassName
 {
   background-color: #555B5A;
 }
 .BgClassName
 {
   background-color: #555B5A;
 }
</style>

border-color css

<style>
 span { border-color: #555B5A; }

 span { border-color: rgb(85,91,90); }

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