#515E80

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

Shades of Chambray #515E80

Tints of Chambray #515E80

Color information

#515E80 (or 0x515E80) is unknown color: approx Chambray. HEX triplet: 51, 5E and 80. RGB value is (81,94,128). Sum of RGB (Red+Green+Blue) = 81+94+128=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #515E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E80 is #AEA17F. Grayscale: #5D5D5D. Windows color (decimal): -11444608 or 8412753. OLE color: 8412753.

HSL color Cylindrical-coordinate representation of color #515E80: hue angle of 223.4º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515E80 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8194128-
CMYK0.370.2700.50
HSL223.4º22.49%40.98%-
HSV(B)223.4º36.72%50.2%-
XYZ11.2911.3122.01-
YUV93.99147.19118.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=26.73%
G=31.02%
B=42.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81941280.370.2700.50223.422.4940.98
Hex515E80251B032df1629
Octal12113620045330623372651
Binary10100011011110100000001001011101101100101101111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515E80; }

 p { color: rgb(81,94,128); }

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

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

 a { background-color: rgb(81,94,128); }

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

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

 span { border-color: rgb(81,94,128); }

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