#515C6B

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

Shades of Chambray #515C6B

Tints of Chambray #515C6B

Color information

#515C6B (or 0x515C6B) is unknown color: approx Chambray. HEX triplet: 51, 5C and 6B. RGB value is (81,92,107). Sum of RGB (Red+Green+Blue) = 81+92+107=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 107 - color contains mainly: blue. Hex color #515C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6B is #AEA394. Grayscale: #5A5A5A. Windows color (decimal): -11445141 or 7035985. OLE color: 7035985.

HSL color Cylindrical-coordinate representation of color #515C6B: hue angle of 214.62º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515C6B is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8192107-
CMYK0.240.1400.58
HSL214.62º13.83%36.86%-
HSV(B)214.62º24.3%41.96%-
XYZ9.8710.4715.41-
YUV90.42137.36121.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.93%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=28.93%
G=32.86%
B=38.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81921070.240.1400.58214.6213.8336.86
Hex515C6B18E03Ad7e25
Octal12113415330160723271645
Binary1010001101110011010111100011100111010110101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,107); }

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

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

 a { background-color: rgb(81,92,107); }

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

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

 span { border-color: rgb(81,92,107); }

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