Html Css Color HEX #517563 Como

📋 copy color: '#517563'

red 81 ◦ green 117 ◦ blue 99

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

Shades of Como #517563

Tints of Como #517563

RGB

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

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

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

R = 27.27%
G = 39.39%
B = 33.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#517563 (or 0x517563) is known color: Como. HEX triplet: 51, 75 and 63. RGB value is (81,117,99). Sum of RGB (Red+Green+Blue) = 81+117+99=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #517563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517563 is #AE8A9C. Grayscale: #686868. Windows color (decimal): -11438749 or 6518097. OLE color: 6518097.

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

Color convert

RGB 81 117 99 -
CMYK 0.31 0 0.15 0.54
HSL 150º 0.18% 0.39% -
HSV(B) 150º 0.31% 0.46% -
XYZ 12.01 15.37 14.14 -
YUV 104.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 81 117 99 0.31 0 0.15 0.54 150 0.18 0.39
Hex 51 75 63 1F 0 F 36 96 12 27
Octal 121 165 143 37 0 17 66 226 22 47
Binary 1010001 1110101 1100011 11111 0 1111 110110 10010110 10010 100111

Color Harmonies of #517563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517563

Black with #517563

Text Example


Text Example

White with #517563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517563; }

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

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

background-color css

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

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

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

border-color css

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

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

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