Html Css Color HEX #537661 Como

📋 copy color: '#537661'

red 83 ◦ green 118 ◦ blue 97

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

Shades of Como #537661

Tints of Como #537661

RGB

 RED value IS 83 (32.81% from 255) = 27.85%

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

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

R = 27.85%
G = 39.6%
B = 32.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#537661 (or 0x537661) is known color: Como. HEX triplet: 53, 76 and 61. RGB value is (83,118,97). Sum of RGB (Red+Green+Blue) = 83+118+97=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #537661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537661 is #AC899E. Grayscale: #696969. Windows color (decimal): -11307423 or 6387283. OLE color: 6387283.

HSL color Cylindrical-coordinate representation of color #537661: hue angle of 144º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537661 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 97 -
CMYK 0.30 0 0.18 0.54
HSL 144º 0.17% 0.39% -
HSV(B) 144º 0.3% 0.46% -
XYZ 12.2 15.66 13.69 -
YUV 105.14 123.4 112.21 -
System Red Green Blue C M Y K H S L
Decimal 83 118 97 0.30 0 0.18 0.54 144 0.17 0.39
Hex 53 76 61 1E 0 12 36 90 11 27
Octal 123 166 141 36 0 22 66 220 21 47
Binary 1010011 1110110 1100001 11110 0 10010 110110 10010000 10001 100111

Color Harmonies of #537661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537661

Black with #537661

Text Example


Text Example

White with #537661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537661; }

 p { color: rgb(83,118,97); }

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

background-color css

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

 a { background-color: rgb(83,118,97); }

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

border-color css

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

 span { border-color: rgb(83,118,97); }

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