Html Css Color HEX #537563 Como

📋 copy color: '#537563'

red 83 ◦ green 117 ◦ blue 99

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

Shades of Como #537563

Tints of Como #537563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.11%

R = 27.76%
G = 39.13%
B = 33.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#537563 (or 0x537563) is known color: Como. HEX triplet: 53, 75 and 63. RGB value is (83,117,99). Sum of RGB (Red+Green+Blue) = 83+117+99=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #537563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537563 is #AC8A9C. Grayscale: #686868. Windows color (decimal): -11307677 or 6518099. OLE color: 6518099.

HSL color Cylindrical-coordinate representation of color #537563: hue angle of 148.24º 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 #537563 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 99 -
CMYK 0.29 0 0.15 0.54
HSL 148.24º 0.17% 0.39% -
HSV(B) 148.24º 0.29% 0.46% -
XYZ 12.18 15.46 14.15 -
YUV 104.78 124.74 112.46 -
System Red Green Blue C M Y K H S L
Decimal 83 117 99 0.29 0 0.15 0.54 148.24 0.17 0.39
Hex 53 75 63 1D 0 F 36 94 11 27
Octal 123 165 143 35 0 17 66 224 21 47
Binary 1010011 1110101 1100011 11101 0 1111 110110 10010100 10001 100111

Color Harmonies of #537563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537563

Black with #537563

Text Example


Text Example

White with #537563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537563; }

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

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

background-color css

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

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

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

border-color css

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

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

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