Html Css Color HEX #566B5E Como

📋 copy color: '#566B5E'

red 86 ◦ green 107 ◦ blue 94

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

Shades of Como #566B5E

Tints of Como #566B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 29.97%
G = 37.28%
B = 32.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#566B5E (or 0x566B5E) is known color: Como. HEX triplet: 56, 6B and 5E. RGB value is (86,107,94). Sum of RGB (Red+Green+Blue) = 86+107+94=287 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.97% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 107 - color contains mainly: green. Hex color #566B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B5E is #A994A1. Grayscale: #636363. Windows color (decimal): -11113634 or 6187862. OLE color: 6187862.

HSL color Cylindrical-coordinate representation of color #566B5E: hue angle of 142.86º 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 #566B5E is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 107 94 -
CMYK 0.20 0 0.12 0.58
HSL 142.86º 0.11% 0.38% -
HSV(B) 142.86º 0.2% 0.42% -
XYZ 11.12 13.3 12.57 -
YUV 99.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 86 107 94 0.20 0 0.12 0.58 142.86 0.11 0.38
Hex 56 6B 5E 14 0 C 3A 8F B 26
Octal 126 153 136 24 0 14 72 217 13 46
Binary 1010110 1101011 1011110 10100 0 1100 111010 10001111 1011 100110

Color Harmonies of #566B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566B5E

Black with #566B5E

Text Example


Text Example

White with #566B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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