#515781

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

Shades of Chambray #515781

Tints of Chambray #515781

Color information

#515781 (or 0x515781) is unknown color: approx Chambray. HEX triplet: 51, 57 and 81. RGB value is (81,87,129). Sum of RGB (Red+Green+Blue) = 81+87+129=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #515781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515781 is #AEA87E. Grayscale: #595959. Windows color (decimal): -11446399 or 8476497. OLE color: 8476497.

HSL color Cylindrical-coordinate representation of color #515781: hue angle of 232.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #515781 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8187129-
CMYK0.370.3300.49
HSL232.5º22.86%41.18%-
HSV(B)232.5º37.21%50.59%-
XYZ10.7610.1522.16-
YUV89.99150.01121.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 129 (50.78% from 255) = 43.43%
R=27.27%
G=29.29%
B=43.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81871290.370.3300.49232.522.8641.18
Hex5157812521031e81729
Octal12112720145410613502751
Binary101000110101111000000110010110000101100011110100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515781; }

 p { color: rgb(81,87,129); }

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

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

 a { background-color: rgb(81,87,129); }

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

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

 span { border-color: rgb(81,87,129); }

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