#515980

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

Shades of Chambray #515980

Tints of Chambray #515980

Color information

#515980 (or 0x515980) is unknown color: approx Chambray. HEX triplet: 51, 59 and 80. RGB value is (81,89,128). Sum of RGB (Red+Green+Blue) = 81+89+128=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #515980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515980 is #AEA67F. Grayscale: #5A5A5A. Windows color (decimal): -11445888 or 8411473. OLE color: 8411473.

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

Color convert

RGB8189128-
CMYK0.370.3000.50
HSL229.79º22.49%40.98%-
HSV(B)229.79º36.72%50.2%-
XYZ10.8610.4521.87-
YUV91.05148.85120.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=27.18%
G=29.87%
B=42.95%

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
Decimal81891280.370.3000.50229.7922.4940.98
Hex515980251E032e61629
Octal12113120045360623462651
Binary10100011011001100000001001011111001100101110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515980; }

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

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

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

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

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

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

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

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