#517C67

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

Shades of Como #517C67

Tints of Como #517C67

Color information

#517C67 (or 0x517C67) is unknown color: approx Como. HEX triplet: 51, 7C and 67. RGB value is (81,124,103). Sum of RGB (Red+Green+Blue) = 81+124+103=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #517C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517C67 is #AE8398. Grayscale: #6C6C6C. Windows color (decimal): -11436953 or 6782033. OLE color: 6782033.

HSL color Cylindrical-coordinate representation of color #517C67: hue angle of 150.7º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #517C67 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB81124103-
CMYK0.3500.170.51
HSL150.7º20.98%40.2%-
HSV(B)150.7º34.68%48.63%-
XYZ13.0517.1415.45-
YUV108.75124.75108.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=26.30%
G=40.26%
B=33.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal811241030.3500.170.51150.720.9840.2
Hex517C672301133971528
Octal12117414743021632272550
Binary1010001111110011001111000110100011100111001011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517C67; }

 p { color: rgb(81,124,103); }

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

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

 a { background-color: rgb(81,124,103); }

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

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

 span { border-color: rgb(81,124,103); }

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