Html Css Color HEX #557566 Como

📋 copy color: '#557566'

red 85 ◦ green 117 ◦ blue 102

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

Shades of Como #557566

Tints of Como #557566

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 27.96%
G = 38.49%
B = 33.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#557566 (or 0x557566) is known color: Como. HEX triplet: 55, 75 and 66. RGB value is (85,117,102). Sum of RGB (Red+Green+Blue) = 85+117+102=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #557566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557566 is #AA8A99. Grayscale: #696969. Windows color (decimal): -11176602 or 6714709. OLE color: 6714709.

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

Color convert

RGB 85 117 102 -
CMYK 0.27 0 0.13 0.54
HSL 151.88º 0.16% 0.4% -
HSV(B) 151.88º 0.27% 0.46% -
XYZ 12.51 15.61 14.92 -
YUV 105.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 85 117 102 0.27 0 0.13 0.54 151.88 0.16 0.4
Hex 55 75 66 1B 0 D 36 98 10 28
Octal 125 165 146 33 0 15 66 230 20 50
Binary 1010101 1110101 1100110 11011 0 1101 110110 10011000 10000 101000

Color Harmonies of #557566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557566

Black with #557566

Text Example


Text Example

White with #557566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557566; }

 p { color: rgb(85,117,102); }

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

background-color css

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

 a { background-color: rgb(85,117,102); }

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

border-color css

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

 span { border-color: rgb(85,117,102); }

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