#517862

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

Shades of Como #517862

Tints of Como #517862

Color information

#517862 (or 0x517862) is unknown color: approx Como. HEX triplet: 51, 78 and 62. RGB value is (81,120,98). Sum of RGB (Red+Green+Blue) = 81+120+98=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #517862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517862 is #AE879D. Grayscale: #696969. Windows color (decimal): -11437982 or 6453329. OLE color: 6453329.

HSL color Cylindrical-coordinate representation of color #517862: hue angle of 146.15º 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 #517862 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB8112098-
CMYK0.3200.180.53
HSL146.15º19.4%39.41%-
HSV(B)146.15º32.5%47.06%-
XYZ12.3116.0614.01-
YUV105.83123.58110.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=27.09%
G=40.13%
B=32.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81120980.3200.180.53146.1519.439.41
Hex5178622001235921327
Octal12117014240022652222347
Binary1010001111100011000101000000100101101011001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517862; }

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

 H1.HeaderClassName
 {
   color: #517862;
 }
 .AnyTagClassName
 {
   color: #517862;
 }
</style>
background-color css

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

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

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

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

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

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