Html Css Color HEX #517462 Como

📋 copy color: '#517462'

red 81 ◦ green 116 ◦ blue 98

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

Shades of Como #517462

Tints of Como #517462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 98 (38.67% from 255) = 33.22%

R = 27.46%
G = 39.32%
B = 33.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#517462 (or 0x517462) is known color: Como. HEX triplet: 51, 74 and 62. RGB value is (81,116,98). Sum of RGB (Red+Green+Blue) = 81+116+98=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #517462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517462 is #AE8B9D. Grayscale: #676767. Windows color (decimal): -11439006 or 6452305. OLE color: 6452305.

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

Color convert

RGB 81 116 98 -
CMYK 0.30 0 0.16 0.55
HSL 149.14º 0.18% 0.39% -
HSV(B) 149.14º 0.3% 0.45% -
XYZ 11.84 15.12 13.85 -
YUV 103.48 124.9 111.96 -
System Red Green Blue C M Y K H S L
Decimal 81 116 98 0.30 0 0.16 0.55 149.14 0.18 0.39
Hex 51 74 62 1E 0 10 37 95 12 27
Octal 121 164 142 36 0 20 67 225 22 47
Binary 1010001 1110100 1100010 11110 0 10000 110111 10010101 10010 100111

Color Harmonies of #517462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517462

Black with #517462

Text Example


Text Example

White with #517462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517462; }

 p { color: rgb(81,116,98); }

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

background-color css

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

 a { background-color: rgb(81,116,98); }

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

border-color css

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

 span { border-color: rgb(81,116,98); }

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