#515A80

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

Shades of Chambray #515A80

Tints of Chambray #515A80

Color information

#515A80 (or 0x515A80) is unknown color: approx Chambray. HEX triplet: 51, 5A and 80. RGB value is (81,90,128). Sum of RGB (Red+Green+Blue) = 81+90+128=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #515A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515A80 is #AEA57F. Grayscale: #5B5B5B. Windows color (decimal): -11445632 or 8411729. OLE color: 8411729.

HSL color Cylindrical-coordinate representation of color #515A80: hue angle of 228.51º 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 #515A80 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8190128-
CMYK0.370.3000.50
HSL228.51º22.49%40.98%-
HSV(B)228.51º36.72%50.2%-
XYZ10.9510.6221.9-
YUV91.64148.52120.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=27.09%
G=30.10%
B=42.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81901280.370.3000.50228.5122.4940.98
Hex515A80251E032e51629
Octal12113220045360623452651
Binary10100011011010100000001001011111001100101110010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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