Html Css Color HEX #537760 Como

📋 copy color: '#537760'

red 83 ◦ green 119 ◦ blue 96

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

Shades of Como #537760

Tints of Como #537760

RGB

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

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

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

R = 27.85%
G = 39.93%
B = 32.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#537760 (or 0x537760) is known color: Como. HEX triplet: 53, 77 and 60. RGB value is (83,119,96). Sum of RGB (Red+Green+Blue) = 83+119+96=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #537760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537760 is #AC889F. Grayscale: #696969. Windows color (decimal): -11307168 or 6322003. OLE color: 6322003.

HSL color Cylindrical-coordinate representation of color #537760: hue angle of 141.67º 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 #537760 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 119 96 -
CMYK 0.30 0 0.19 0.53
HSL 141.67º 0.18% 0.4% -
HSV(B) 141.67º 0.3% 0.47% -
XYZ 12.28 15.88 13.48 -
YUV 105.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 83 119 96 0.30 0 0.19 0.53 141.67 0.18 0.4
Hex 53 77 60 1E 0 13 35 8E 12 28
Octal 123 167 140 36 0 23 65 216 22 50
Binary 1010011 1110111 1100000 11110 0 10011 110101 10001110 10010 101000

Color Harmonies of #537760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537760

Black with #537760

Text Example


Text Example

White with #537760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537760; }

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

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

background-color css

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

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

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

border-color css

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

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

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