Html Css Color HEX #537762 Como

📋 copy color: '#537762'

red 83 ◦ green 119 ◦ blue 98

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

Shades of Como #537762

Tints of Como #537762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.67%

R = 27.67%
G = 39.67%
B = 32.67%

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

#537762 (or 0x537762) is known color: Como. HEX triplet: 53, 77 and 62. RGB value is (83,119,98). Sum of RGB (Red+Green+Blue) = 83+119+98=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #537762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537762 is #AC889D. Grayscale: #696969. Windows color (decimal): -11307166 or 6453075. OLE color: 6453075.

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

Color convert

RGB 83 119 98 -
CMYK 0.30 0 0.18 0.53
HSL 145º 0.18% 0.4% -
HSV(B) 145º 0.3% 0.47% -
XYZ 12.37 15.91 13.98 -
YUV 105.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 83 119 98 0.30 0 0.18 0.53 145 0.18 0.4
Hex 53 77 62 1E 0 12 35 91 12 28
Octal 123 167 142 36 0 22 65 221 22 50
Binary 1010011 1110111 1100010 11110 0 10010 110101 10010001 10010 101000

Color Harmonies of #537762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537762

Black with #537762

Text Example


Text Example

White with #537762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537762; }

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

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

background-color css

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

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

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

border-color css

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

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

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