#515D82

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

Shades of Chambray #515D82

Tints of Chambray #515D82

Color information

#515D82 (or 0x515D82) is unknown color: approx Chambray. HEX triplet: 51, 5D and 82. RGB value is (81,93,130). Sum of RGB (Red+Green+Blue) = 81+93+130=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #515D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D82 is #AEA27D. Grayscale: #5D5D5D. Windows color (decimal): -11444862 or 8543569. OLE color: 8543569.

HSL color Cylindrical-coordinate representation of color #515D82: hue angle of 225.31º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515D82 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8193130-
CMYK0.380.2800.49
HSL225.31º23.22%41.37%-
HSV(B)225.31º37.69%50.98%-
XYZ11.3411.1922.68-
YUV93.63148.52118.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=26.64%
G=30.59%
B=42.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81931300.380.2800.49225.3123.2241.37
Hex515D82261C031e11729
Octal12113520246340613412751
Binary10100011011101100000101001101110001100011110000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,130); }

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

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

 a { background-color: rgb(81,93,130); }

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

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

 span { border-color: rgb(81,93,130); }

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