Html Css Color HEX #566D5F Como

📋 copy color: '#566D5F'

red 86 ◦ green 109 ◦ blue 95

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

Shades of Como #566D5F

Tints of Como #566D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

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

R = 29.66%
G = 37.59%
B = 32.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#566D5F (or 0x566D5F) is known color: Como. HEX triplet: 56, 6D and 5F. RGB value is (86,109,95). Sum of RGB (Red+Green+Blue) = 86+109+95=290 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.66% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #566D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566D5F is #A992A0. Grayscale: #646464. Windows color (decimal): -11113121 or 6253910. OLE color: 6253910.

HSL color Cylindrical-coordinate representation of color #566D5F: hue angle of 143.48º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #566D5F is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 86 109 95 -
CMYK 0.21 0 0.13 0.57
HSL 143.48º 0.12% 0.38% -
HSV(B) 143.48º 0.21% 0.43% -
XYZ 11.37 13.74 12.88 -
YUV 100.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 86 109 95 0.21 0 0.13 0.57 143.48 0.12 0.38
Hex 56 6D 5F 15 0 D 39 8F C 26
Octal 126 155 137 25 0 15 71 217 14 46
Binary 1010110 1101101 1011111 10101 0 1101 111001 10001111 1100 100110

Color Harmonies of #566D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D5F

Black with #566D5F

Text Example


Text Example

White with #566D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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