Html Css Color HEX #557460 Como

📋 copy color: '#557460'

red 85 ◦ green 116 ◦ blue 96

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

Shades of Como #557460

Tints of Como #557460

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 28.62%
G = 39.06%
B = 32.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#557460 (or 0x557460) is known color: Como. HEX triplet: 55, 74 and 60. RGB value is (85,116,96). Sum of RGB (Red+Green+Blue) = 85+116+96=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #557460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557460 is #AA8B9F. Grayscale: #686868. Windows color (decimal): -11176864 or 6321237. OLE color: 6321237.

HSL color Cylindrical-coordinate representation of color #557460: hue angle of 141.29º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557460 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 96 -
CMYK 0.27 0 0.17 0.55
HSL 141.29º 0.15% 0.39% -
HSV(B) 141.29º 0.27% 0.45% -
XYZ 12.1 15.27 13.38 -
YUV 104.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 85 116 96 0.27 0 0.17 0.55 141.29 0.15 0.39
Hex 55 74 60 1B 0 11 37 8D F 27
Octal 125 164 140 33 0 21 67 215 17 47
Binary 1010101 1110100 1100000 11011 0 10001 110111 10001101 1111 100111

Color Harmonies of #557460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557460

Black with #557460

Text Example


Text Example

White with #557460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557460; }

 p { color: rgb(85,116,96); }

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

background-color css

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

 a { background-color: rgb(85,116,96); }

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

border-color css

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

 span { border-color: rgb(85,116,96); }

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