#515B6E

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

Shades of Chambray #515B6E

Tints of Chambray #515B6E

Color information

#515B6E (or 0x515B6E) is unknown color: approx Chambray. HEX triplet: 51, 5B and 6E. RGB value is (81,91,110). Sum of RGB (Red+Green+Blue) = 81+91+110=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #515B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B6E is #AEA491. Grayscale: #5A5A5A. Windows color (decimal): -11445394 or 7232337. OLE color: 7232337.

HSL color Cylindrical-coordinate representation of color #515B6E: hue angle of 219.31º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #515B6E is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8191110-
CMYK0.260.1700.57
HSL219.31º15.18%37.45%-
HSV(B)219.31º26.36%43.14%-
XYZ9.9510.3616.23-
YUV90.18139.19121.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 91 (35.94% from 255) = 32.27%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=28.72%
G=32.27%
B=39.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81911100.260.1700.57219.3115.1837.45
Hex515B6E1A11039dbf25
Octal12113315632210713331745
Binary10100011011011110111011010100010111001110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,91,110); }

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

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

 a { background-color: rgb(81,91,110); }

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

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

 span { border-color: rgb(81,91,110); }

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