#517062

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

Shades of Como #517062

Tints of Como #517062

Color information

#517062 (or 0x517062) is unknown color: approx Como. HEX triplet: 51, 70 and 62. RGB value is (81,112,98). Sum of RGB (Red+Green+Blue) = 81+112+98=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #517062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517062 is #AE8F9D. Grayscale: #656565. Windows color (decimal): -11440030 or 6451281. OLE color: 6451281.

HSL color Cylindrical-coordinate representation of color #517062: hue angle of 152.9º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517062 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB8111298-
CMYK0.2800.130.56
HSL152.9º16.06%37.84%-
HSV(B)152.9º27.68%43.92%-
XYZ11.3914.2213.7-
YUV101.14126.23113.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=27.84%
G=38.49%
B=33.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112980.2800.130.56152.916.0637.84
Hex5170621C0D38991026
Octal12116014234015702312046
Binary10100011110000110001011100011011110001001100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517062; }

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

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

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

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

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

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

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

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