#515F71

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

Shades of Chambray #515F71

Tints of Chambray #515F71

Color information

#515F71 (or 0x515F71) is unknown color: approx Chambray. HEX triplet: 51, 5F and 71. RGB value is (81,95,113). Sum of RGB (Red+Green+Blue) = 81+95+113=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #515F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F71 is #AEA08E. Grayscale: #5C5C5C. Windows color (decimal): -11444367 or 7429969. OLE color: 7429969.

HSL color Cylindrical-coordinate representation of color #515F71: hue angle of 213.75º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #515F71 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8195113-
CMYK0.280.1600.56
HSL213.75º16.49%38.04%-
HSV(B)213.75º28.32%44.31%-
XYZ10.4711.1317.22-
YUV92.87139.36119.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=28.03%
G=32.87%
B=39.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81951130.280.1600.56213.7516.4938.04
Hex515F711C10038d61026
Octal12113716134200703262046
Binary101000110111111110001111001000001110001101011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,95,113); }

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

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

 a { background-color: rgb(81,95,113); }

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

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

 span { border-color: rgb(81,95,113); }

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