Html Css Color HEX #557461 Como

📋 copy color: '#557461'

red 85 ◦ green 116 ◦ blue 97

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

Shades of Como #557461

Tints of Como #557461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 28.52%
G = 38.93%
B = 32.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#557461 (or 0x557461) is known color: Como. HEX triplet: 55, 74 and 61. RGB value is (85,116,97). Sum of RGB (Red+Green+Blue) = 85+116+97=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #557461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557461 is #AA8B9E. Grayscale: #686868. Windows color (decimal): -11176863 or 6386773. OLE color: 6386773.

HSL color Cylindrical-coordinate representation of color #557461: hue angle of 143.23º 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 #557461 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 116 97 -
CMYK 0.27 0 0.16 0.55
HSL 143.23º 0.15% 0.39% -
HSV(B) 143.23º 0.27% 0.45% -
XYZ 12.15 15.29 13.62 -
YUV 104.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 85 116 97 0.27 0 0.16 0.55 143.23 0.15 0.39
Hex 55 74 61 1B 0 10 37 8F F 27
Octal 125 164 141 33 0 20 67 217 17 47
Binary 1010101 1110100 1100001 11011 0 10000 110111 10001111 1111 100111

Color Harmonies of #557461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557461

Black with #557461

Text Example


Text Example

White with #557461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557461; }

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

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

background-color css

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

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

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

border-color css

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

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

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