Html Css Color HEX #556B5E Como

📋 copy color: '#556B5E'

red 85 ◦ green 107 ◦ blue 94

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

Shades of Como #556B5E

Tints of Como #556B5E

RGB

 RED value IS 85 (33.59% from 255) = 29.72%

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

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

R = 29.72%
G = 37.41%
B = 32.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#556B5E (or 0x556B5E) is known color: Como. HEX triplet: 55, 6B and 5E. RGB value is (85,107,94). Sum of RGB (Red+Green+Blue) = 85+107+94=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 107 - color contains mainly: green. Hex color #556B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B5E is #AA94A1. Grayscale: #626262. Windows color (decimal): -11179170 or 6187861. OLE color: 6187861.

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

Color convert

RGB 85 107 94 -
CMYK 0.21 0 0.12 0.58
HSL 144.55º 0.11% 0.38% -
HSV(B) 144.55º 0.21% 0.42% -
XYZ 11.02 13.25 12.57 -
YUV 98.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 85 107 94 0.21 0 0.12 0.58 144.55 0.11 0.38
Hex 55 6B 5E 15 0 C 3A 91 B 26
Octal 125 153 136 25 0 14 72 221 13 46
Binary 1010101 1101011 1011110 10101 0 1100 111010 10010001 1011 100110

Color Harmonies of #556B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B5E

Black with #556B5E

Text Example


Text Example

White with #556B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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