Html Css Color HEX #517764 Como

📋 copy color: '#517764'

red 81 ◦ green 119 ◦ blue 100

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

Shades of Como #517764

Tints of Como #517764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 27%
G = 39.67%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#517764 (or 0x517764) is known color: Como. HEX triplet: 51, 77 and 64. RGB value is (81,119,100). Sum of RGB (Red+Green+Blue) = 81+119+100=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #517764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517764 is #AE889B. Grayscale: #696969. Windows color (decimal): -11438236 or 6584145. OLE color: 6584145.

HSL color Cylindrical-coordinate representation of color #517764: hue angle of 150º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #517764 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 119 100 -
CMYK 0.32 0 0.16 0.53
HSL 150º 0.19% 0.39% -
HSV(B) 150º 0.32% 0.47% -
XYZ 12.29 15.86 14.47 -
YUV 105.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 81 119 100 0.32 0 0.16 0.53 150 0.19 0.39
Hex 51 77 64 20 0 10 35 96 13 27
Octal 121 167 144 40 0 20 65 226 23 47
Binary 1010001 1110111 1100100 100000 0 10000 110101 10010110 10011 100111

Color Harmonies of #517764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517764

Black with #517764

Text Example


Text Example

White with #517764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517764; }

 p { color: rgb(81,119,100); }

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

background-color css

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

 a { background-color: rgb(81,119,100); }

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

border-color css

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

 span { border-color: rgb(81,119,100); }

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