Html Css Color HEX #517063 Como

📋 copy color: '#517063'

red 81 ◦ green 112 ◦ blue 99

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

Shades of Como #517063

Tints of Como #517063

RGB

 RED value IS 81 (32.03% from 255) = 27.74%

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

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

R = 27.74%
G = 38.36%
B = 33.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#517063 (or 0x517063) is known color: Como. HEX triplet: 51, 70 and 63. RGB value is (81,112,99). Sum of RGB (Red+Green+Blue) = 81+112+99=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #517063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517063 is #AE8F9C. Grayscale: #656565. Windows color (decimal): -11440029 or 6516817. OLE color: 6516817.

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

Color convert

RGB 81 112 99 -
CMYK 0.28 0 0.12 0.56
HSL 154.84º 0.16% 0.38% -
HSV(B) 154.84º 0.28% 0.44% -
XYZ 11.44 14.24 13.95 -
YUV 101.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 81 112 99 0.28 0 0.12 0.56 154.84 0.16 0.38
Hex 51 70 63 1C 0 C 38 9B 10 26
Octal 121 160 143 34 0 14 70 233 20 46
Binary 1010001 1110000 1100011 11100 0 1100 111000 10011011 10000 100110

Color Harmonies of #517063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517063

Black with #517063

Text Example


Text Example

White with #517063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517063; }

 p { color: rgb(81,112,99); }

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

background-color css

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

 a { background-color: rgb(81,112,99); }

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

border-color css

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

 span { border-color: rgb(81,112,99); }

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