Html Css Color HEX #537861 Como

📋 copy color: '#537861'

red 83 ◦ green 120 ◦ blue 97

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

Shades of Como #537861

Tints of Como #537861

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

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

R = 27.67%
G = 40%
B = 32.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#537861 (or 0x537861) is known color: Como. HEX triplet: 53, 78 and 61. RGB value is (83,120,97). Sum of RGB (Red+Green+Blue) = 83+120+97=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #537861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537861 is #AC879E. Grayscale: #6A6A6A. Windows color (decimal): -11306911 or 6387795. OLE color: 6387795.

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

Color convert

RGB 83 120 97 -
CMYK 0.31 0 0.19 0.53
HSL 142.7º 0.18% 0.4% -
HSV(B) 142.7º 0.31% 0.47% -
XYZ 12.44 16.14 13.77 -
YUV 106.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 83 120 97 0.31 0 0.19 0.53 142.7 0.18 0.4
Hex 53 78 61 1F 0 13 35 8F 12 28
Octal 123 170 141 37 0 23 65 217 22 50
Binary 1010011 1111000 1100001 11111 0 10011 110101 10001111 10010 101000

Color Harmonies of #537861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537861

Black with #537861

Text Example


Text Example

White with #537861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537861; }

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

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

background-color css

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

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

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

border-color css

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

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

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