Html Css Color HEX #537565 Como

📋 copy color: '#537565'

red 83 ◦ green 117 ◦ blue 101

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

Shades of Como #537565

Tints of Como #537565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 27.57%
G = 38.87%
B = 33.55%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#537565 (or 0x537565) is known color: Como. HEX triplet: 53, 75 and 65. RGB value is (83,117,101). Sum of RGB (Red+Green+Blue) = 83+117+101=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #537565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537565 is #AC8A9A. Grayscale: #696969. Windows color (decimal): -11307675 or 6649171. OLE color: 6649171.

HSL color Cylindrical-coordinate representation of color #537565: hue angle of 151.76º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #537565 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 101 -
CMYK 0.29 0 0.14 0.54
HSL 151.76º 0.17% 0.39% -
HSV(B) 151.76º 0.29% 0.46% -
XYZ 12.28 15.5 14.66 -
YUV 105.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 83 117 101 0.29 0 0.14 0.54 151.76 0.17 0.39
Hex 53 75 65 1D 0 E 36 98 11 27
Octal 123 165 145 35 0 16 66 230 21 47
Binary 1010011 1110101 1100101 11101 0 1110 110110 10011000 10001 100111

Color Harmonies of #537565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537565

Black with #537565

Text Example


Text Example

White with #537565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537565; }

 p { color: rgb(83,117,101); }

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

background-color css

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

 a { background-color: rgb(83,117,101); }

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

border-color css

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

 span { border-color: rgb(83,117,101); }

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