Html Css Color HEX #537761 Como

📋 copy color: '#537761'

red 83 ◦ green 119 ◦ blue 97

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

Shades of Como #537761

Tints of Como #537761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

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

R = 27.76%
G = 39.8%
B = 32.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#537761 (or 0x537761) is known color: Como. HEX triplet: 53, 77 and 61. RGB value is (83,119,97). Sum of RGB (Red+Green+Blue) = 83+119+97=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #537761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537761 is #AC889E. Grayscale: #696969. Windows color (decimal): -11307167 or 6387539. OLE color: 6387539.

HSL color Cylindrical-coordinate representation of color #537761: hue angle of 143.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #537761 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 97 -
CMYK 0.30 0 0.18 0.53
HSL 143.33º 0.18% 0.4% -
HSV(B) 143.33º 0.3% 0.47% -
XYZ 12.32 15.9 13.73 -
YUV 105.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 83 119 97 0.30 0 0.18 0.53 143.33 0.18 0.4
Hex 53 77 61 1E 0 12 35 8F 12 28
Octal 123 167 141 36 0 22 65 217 22 50
Binary 1010011 1110111 1100001 11110 0 10010 110101 10001111 10010 101000

Color Harmonies of #537761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537761

Black with #537761

Text Example


Text Example

White with #537761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537761; }

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

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

background-color css

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

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

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

border-color css

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

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

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