Html Css Color HEX #537561 Como

📋 copy color: '#537561'

red 83 ◦ green 117 ◦ blue 97

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

Shades of Como #537561

Tints of Como #537561

RGB

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

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

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

R = 27.95%
G = 39.39%
B = 32.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#537561 (or 0x537561) is known color: Como. HEX triplet: 53, 75 and 61. RGB value is (83,117,97). Sum of RGB (Red+Green+Blue) = 83+117+97=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #537561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537561 is #AC8A9E. Grayscale: #686868. Windows color (decimal): -11307679 or 6387027. OLE color: 6387027.

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

Color convert

RGB 83 117 97 -
CMYK 0.29 0 0.17 0.54
HSL 144.71º 0.17% 0.39% -
HSV(B) 144.71º 0.29% 0.46% -
XYZ 12.09 15.42 13.65 -
YUV 104.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 83 117 97 0.29 0 0.17 0.54 144.71 0.17 0.39
Hex 53 75 61 1D 0 11 36 91 11 27
Octal 123 165 141 35 0 21 66 221 21 47
Binary 1010011 1110101 1100001 11101 0 10001 110110 10010001 10001 100111

Color Harmonies of #537561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537561

Black with #537561

Text Example


Text Example

White with #537561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537561; }

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

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

background-color css

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

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

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

border-color css

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

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

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