Html Css Color HEX #517364 Como

📋 copy color: '#517364'

red 81 ◦ green 115 ◦ blue 100

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

Shades of Como #517364

Tints of Como #517364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

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

R = 27.36%
G = 38.85%
B = 33.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#517364 (or 0x517364) is known color: Como. HEX triplet: 51, 73 and 64. RGB value is (81,115,100). Sum of RGB (Red+Green+Blue) = 81+115+100=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #517364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517364 is #AE8C9B. Grayscale: #676767. Windows color (decimal): -11439260 or 6583121. OLE color: 6583121.

HSL color Cylindrical-coordinate representation of color #517364: hue angle of 153.53º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517364 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 115 100 -
CMYK 0.30 0 0.13 0.55
HSL 153.53º 0.17% 0.38% -
HSV(B) 153.53º 0.3% 0.45% -
XYZ 11.82 14.93 14.32 -
YUV 103.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 81 115 100 0.30 0 0.13 0.55 153.53 0.17 0.38
Hex 51 73 64 1E 0 D 37 9A 11 26
Octal 121 163 144 36 0 15 67 232 21 46
Binary 1010001 1110011 1100100 11110 0 1101 110111 10011010 10001 100110

Color Harmonies of #517364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517364

Black with #517364

Text Example


Text Example

White with #517364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517364; }

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

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

background-color css

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

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

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

border-color css

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

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

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