#515C6D

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

Shades of Chambray #515C6D

Tints of Chambray #515C6D

Color information

#515C6D (or 0x515C6D) is unknown color: approx Chambray. HEX triplet: 51, 5C and 6D. RGB value is (81,92,109). Sum of RGB (Red+Green+Blue) = 81+92+109=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #515C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515C6D is #AEA392. Grayscale: #5A5A5A. Windows color (decimal): -11445139 or 7167057. OLE color: 7167057.

HSL color Cylindrical-coordinate representation of color #515C6D: hue angle of 216.43º 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 #515C6D is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8192109-
CMYK0.260.1600.57
HSL216.43º14.74%37.25%-
HSV(B)216.43º25.69%42.75%-
XYZ9.9810.5115.97-
YUV90.65138.36121.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=28.72%
G=32.62%
B=38.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81921090.260.1600.57216.4314.7437.25
Hex515C6D1A10039d8f25
Octal12113415532200713301745
Binary10100011011100110110111010100000111001110110001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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