Html Css Color HEX #556F63 Como

📋 copy color: '#556F63'

red 85 ◦ green 111 ◦ blue 99

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

Shades of Como #556F63

Tints of Como #556F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.63%

 BLUE value IS 99 (39.06% from 255) = 33.56%

R = 28.81%
G = 37.63%
B = 33.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#556F63 (or 0x556F63) is known color: Como. HEX triplet: 55, 6F and 63. RGB value is (85,111,99). Sum of RGB (Red+Green+Blue) = 85+111+99=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #556F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F63 is #AA909C. Grayscale: #656565. Windows color (decimal): -11178141 or 6516565. OLE color: 6516565.

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

Color convert

RGB 85 111 99 -
CMYK 0.23 0 0.11 0.56
HSL 152.31º 0.13% 0.38% -
HSV(B) 152.31º 0.23% 0.44% -
XYZ 11.68 14.2 13.93 -
YUV 101.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 85 111 99 0.23 0 0.11 0.56 152.31 0.13 0.38
Hex 55 6F 63 17 0 B 38 98 D 26
Octal 125 157 143 27 0 13 70 230 15 46
Binary 1010101 1101111 1100011 10111 0 1011 111000 10011000 1101 100110

Color Harmonies of #556F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F63

Black with #556F63

Text Example


Text Example

White with #556F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,111,99); }

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

background-color css

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

 a { background-color: rgb(85,111,99); }

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

border-color css

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

 span { border-color: rgb(85,111,99); }

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