Html Css Color HEX #517562 Como

📋 copy color: '#517562'

red 81 ◦ green 117 ◦ blue 98

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

Shades of Como #517562

Tints of Como #517562

RGB

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

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

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

R = 27.36%
G = 39.53%
B = 33.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#517562 (or 0x517562) is known color: Como. HEX triplet: 51, 75 and 62. RGB value is (81,117,98). Sum of RGB (Red+Green+Blue) = 81+117+98=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #517562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517562 is #AE8A9D. Grayscale: #686868. Windows color (decimal): -11438750 or 6452561. OLE color: 6452561.

HSL color Cylindrical-coordinate representation of color #517562: hue angle of 148.33º 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 #517562 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 117 98 -
CMYK 0.31 0 0.16 0.54
HSL 148.33º 0.18% 0.39% -
HSV(B) 148.33º 0.31% 0.46% -
XYZ 11.96 15.35 13.89 -
YUV 104.07 124.57 111.54 -
System Red Green Blue C M Y K H S L
Decimal 81 117 98 0.31 0 0.16 0.54 148.33 0.18 0.39
Hex 51 75 62 1F 0 10 36 94 12 27
Octal 121 165 142 37 0 20 66 224 22 47
Binary 1010001 1110101 1100010 11111 0 10000 110110 10010100 10010 100111

Color Harmonies of #517562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517562

Black with #517562

Text Example


Text Example

White with #517562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517562; }

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

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

background-color css

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

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

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

border-color css

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

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

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