Html Css Color HEX #565B5A Mako

📋 copy color: '#565B5A'

red 86 ◦ green 91 ◦ blue 90

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

Shades of Mako #565B5A

Tints of Mako #565B5A

RGB

 RED value IS 86 (33.98% from 255) = 32.21%

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

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

R = 32.21%
G = 34.08%
B = 33.71%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#565B5A (or 0x565B5A) is known color: Mako. HEX triplet: 56, 5B and 5A. RGB value is (86,91,90). Sum of RGB (Red+Green+Blue) = 86+91+90=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 91 - color contains mainly: green. Hex color #565B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B5A is #A9A4A5. Grayscale: #595959. Windows color (decimal): -11117734 or 5921622. OLE color: 5921622.

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

Color convert

RGB 86 91 90 -
CMYK 0.05 0 0.01 0.64
HSL 168º 0.03% 0.35% -
HSV(B) 168º 0.05% 0.36% -
XYZ 9.42 10.2 11.14 -
YUV 89.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 86 91 90 0.05 0 0.01 0.64 168 0.03 0.35
Hex 56 5B 5A 5 0 1 40 A8 3 23
Octal 126 133 132 5 0 1 100 250 3 43
Binary 1010110 1011011 1011010 101 0 1 1000000 10101000 11 100011

Color Harmonies of #565B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565B5A

Black with #565B5A

Text Example


Text Example

White with #565B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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