#517562

Color #517562 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #517562

Tints of Como #517562

Color information

#517562 (or 0x517562) is unknown color: approx 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

RGB8111798-
CMYK0.3100.160.54
HSL148.33º18.18%38.82%-
HSV(B)148.33º30.77%45.88%-
XYZ11.9615.3513.89-
YUV104.07124.57111.54-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117980.3100.160.54148.3318.1838.82
Hex5175621F01036941227
Octal12116514237020662242247
Binary101000111101011100010111110100001101101001010010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>