Html Css Color HEX #537060 Como

📋 copy color: '#537060'

red 83 ◦ green 112 ◦ blue 96

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

Shades of Como #537060

Tints of Como #537060

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

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

R = 28.52%
G = 38.49%
B = 32.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#537060 (or 0x537060) is known color: Como. HEX triplet: 53, 70 and 60. RGB value is (83,112,96). Sum of RGB (Red+Green+Blue) = 83+112+96=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #537060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537060 is #AC8F9F. Grayscale: #656565. Windows color (decimal): -11308960 or 6320211. OLE color: 6320211.

HSL color Cylindrical-coordinate representation of color #537060: hue angle of 146.9º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #537060 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 96 -
CMYK 0.26 0 0.14 0.56
HSL 146.9º 0.15% 0.38% -
HSV(B) 146.9º 0.26% 0.44% -
XYZ 11.47 14.27 13.22 -
YUV 101.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 83 112 96 0.26 0 0.14 0.56 146.9 0.15 0.38
Hex 53 70 60 1A 0 E 38 93 F 26
Octal 123 160 140 32 0 16 70 223 17 46
Binary 1010011 1110000 1100000 11010 0 1110 111000 10010011 1111 100110

Color Harmonies of #537060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537060

Black with #537060

Text Example


Text Example

White with #537060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537060; }

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

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

background-color css

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

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

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

border-color css

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

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

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