Html Css Color HEX #556E62 Como

📋 copy color: '#556E62'

red 85 ◦ green 110 ◦ blue 98

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

Shades of Como #556E62

Tints of Como #556E62

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.54%

 BLUE value IS 98 (38.67% from 255) = 33.45%

R = 29.01%
G = 37.54%
B = 33.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#556E62 (or 0x556E62) is known color: Como. HEX triplet: 55, 6E and 62. RGB value is (85,110,98). Sum of RGB (Red+Green+Blue) = 85+110+98=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #556E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E62 is #AA919D. Grayscale: #656565. Windows color (decimal): -11178398 or 6450773. OLE color: 6450773.

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

Color convert

RGB 85 110 98 -
CMYK 0.23 0 0.11 0.57
HSL 151.2º 0.13% 0.38% -
HSV(B) 151.2º 0.23% 0.43% -
XYZ 11.53 13.97 13.64 -
YUV 101.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 85 110 98 0.23 0 0.11 0.57 151.2 0.13 0.38
Hex 55 6E 62 17 0 B 39 97 D 26
Octal 125 156 142 27 0 13 71 227 15 46
Binary 1010101 1101110 1100010 10111 0 1011 111001 10010111 1101 100110

Color Harmonies of #556E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E62

Black with #556E62

Text Example


Text Example

White with #556E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,98); }

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

background-color css

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

 a { background-color: rgb(85,110,98); }

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

border-color css

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

 span { border-color: rgb(85,110,98); }

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