#515F73

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

Shades of Chambray #515F73

Tints of Chambray #515F73

Color information

#515F73 (or 0x515F73) is unknown color: approx Chambray. HEX triplet: 51, 5F and 73. RGB value is (81,95,115). Sum of RGB (Red+Green+Blue) = 81+95+115=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #515F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515F73 is #AEA08C. Grayscale: #5D5D5D. Windows color (decimal): -11444365 or 7561041. OLE color: 7561041.

HSL color Cylindrical-coordinate representation of color #515F73: hue angle of 215.29º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515F73 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8195115-
CMYK0.300.1700.55
HSL215.29º17.35%38.43%-
HSV(B)215.29º29.57%45.1%-
XYZ10.5811.1717.82-
YUV93.09140.36119.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 115 (45.31% from 255) = 39.52%
R=27.84%
G=32.65%
B=39.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81951150.300.1700.55215.2917.3538.43
Hex515F731E11037d71126
Octal12113716336210673272146
Binary101000110111111110011111101000101101111101011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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