Html Css Color HEX #566B5F Como

📋 copy color: '#566B5F'

red 86 ◦ green 107 ◦ blue 95

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

Shades of Como #566B5F

Tints of Como #566B5F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 29.86%
G = 37.15%
B = 32.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#566B5F (or 0x566B5F) is known color: Como. HEX triplet: 56, 6B and 5F. RGB value is (86,107,95). Sum of RGB (Red+Green+Blue) = 86+107+95=288 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.86% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #566B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B5F is #A994A0. Grayscale: #636363. Windows color (decimal): -11113633 or 6253398. OLE color: 6253398.

HSL color Cylindrical-coordinate representation of color #566B5F: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566B5F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 107 95 -
CMYK 0.20 0 0.11 0.58
HSL 145.71º 0.11% 0.38% -
HSV(B) 145.71º 0.2% 0.42% -
XYZ 11.16 13.32 12.81 -
YUV 99.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 86 107 95 0.20 0 0.11 0.58 145.71 0.11 0.38
Hex 56 6B 5F 14 0 B 3A 92 B 26
Octal 126 153 137 24 0 13 72 222 13 46
Binary 1010110 1101011 1011111 10100 0 1011 111010 10010010 1011 100110

Color Harmonies of #566B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B5F

Black with #566B5F

Text Example


Text Example

White with #566B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566B5F; }

 p { color: rgb(86,107,95); }

 H1.HeaderClassName
 {
   color: #566B5F;
 }
 .AnyTagClassName
 {
   color: #566B5F;
 }
</style>

background-color css

<style>
 a { background-color: #566B5F; }

 a { background-color: rgb(86,107,95); }

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

border-color css

<style>
 span { border-color: #566B5F; }

 span { border-color: rgb(86,107,95); }

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