Html Css Color HEX #565D5C Mako

📋 copy color: '#565D5C'

red 86 ◦ green 93 ◦ blue 92

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

Shades of Mako #565D5C

Tints of Mako #565D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.32%

 BLUE value IS 92 (36.33% from 255) = 33.95%

R = 31.73%
G = 34.32%
B = 33.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#565D5C (or 0x565D5C) is known color: Mako. HEX triplet: 56, 5D and 5C. RGB value is (86,93,92). Sum of RGB (Red+Green+Blue) = 86+93+92=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 93 - color contains mainly: green. Hex color #565D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D5C is #A9A2A3. Grayscale: #5A5A5A. Windows color (decimal): -11117220 or 6053206. OLE color: 6053206.

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

Color convert

RGB 86 93 92 -
CMYK 0.08 0 0.01 0.64
HSL 171.43º 0.04% 0.35% -
HSV(B) 171.43º 0.08% 0.36% -
XYZ 9.68 10.58 11.66 -
YUV 90.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 86 93 92 0.08 0 0.01 0.64 171.43 0.04 0.35
Hex 56 5D 5C 8 0 1 40 AB 4 23
Octal 126 135 134 10 0 1 100 253 4 43
Binary 1010110 1011101 1011100 1000 0 1 1000000 10101011 100 100011

Color Harmonies of #565D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D5C

Black with #565D5C

Text Example


Text Example

White with #565D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,93,92); }

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

background-color css

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

 a { background-color: rgb(86,93,92); }

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

border-color css

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

 span { border-color: rgb(86,93,92); }

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