Html Css Color HEX #557663 Como

📋 copy color: '#557663'

red 85 ◦ green 118 ◦ blue 99

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

Shades of Como #557663

Tints of Como #557663

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.07%

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

R = 28.15%
G = 39.07%
B = 32.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#557663 (or 0x557663) is known color: Como. HEX triplet: 55, 76 and 63. RGB value is (85,118,99). Sum of RGB (Red+Green+Blue) = 85+118+99=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #557663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557663 is #AA899C. Grayscale: #6A6A6A. Windows color (decimal): -11176349 or 6518357. OLE color: 6518357.

HSL color Cylindrical-coordinate representation of color #557663: hue angle of 145.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557663 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 118 99 -
CMYK 0.28 0 0.16 0.54
HSL 145.45º 0.16% 0.4% -
HSV(B) 145.45º 0.28% 0.46% -
XYZ 12.48 15.79 14.19 -
YUV 105.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 85 118 99 0.28 0 0.16 0.54 145.45 0.16 0.4
Hex 55 76 63 1C 0 10 36 91 10 28
Octal 125 166 143 34 0 20 66 221 20 50
Binary 1010101 1110110 1100011 11100 0 10000 110110 10010001 10000 101000

Color Harmonies of #557663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557663

Black with #557663

Text Example


Text Example

White with #557663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557663; }

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

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

background-color css

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

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

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

border-color css

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

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

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