Html Css Color HEX #537163 Como

📋 copy color: '#537163'

red 83 ◦ green 113 ◦ blue 99

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

Shades of Como #537163

Tints of Como #537163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

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

R = 28.14%
G = 38.31%
B = 33.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#537163 (or 0x537163) is known color: Como. HEX triplet: 53, 71 and 63. RGB value is (83,113,99). Sum of RGB (Red+Green+Blue) = 83+113+99=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #537163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537163 is #AC8E9C. Grayscale: #666666. Windows color (decimal): -11308701 or 6517075. OLE color: 6517075.

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

Color convert

RGB 83 113 99 -
CMYK 0.27 0 0.12 0.56
HSL 152º 0.15% 0.38% -
HSV(B) 152º 0.27% 0.44% -
XYZ 11.72 14.55 13.99 -
YUV 102.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 83 113 99 0.27 0 0.12 0.56 152 0.15 0.38
Hex 53 71 63 1B 0 C 38 98 F 26
Octal 123 161 143 33 0 14 70 230 17 46
Binary 1010011 1110001 1100011 11011 0 1100 111000 10011000 1111 100110

Color Harmonies of #537163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537163

Black with #537163

Text Example


Text Example

White with #537163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537163; }

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

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

background-color css

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

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

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

border-color css

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

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

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