#515D83

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

Shades of Chambray #515D83

Tints of Chambray #515D83

Color information

#515D83 (or 0x515D83) is unknown color: approx Chambray. HEX triplet: 51, 5D and 83. RGB value is (81,93,131). Sum of RGB (Red+Green+Blue) = 81+93+131=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #515D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D83 is #AEA27C. Grayscale: #5D5D5D. Windows color (decimal): -11444861 or 8609105. OLE color: 8609105.

HSL color Cylindrical-coordinate representation of color #515D83: hue angle of 225.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #515D83 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8193131-
CMYK0.380.2900.49
HSL225.6º23.58%41.57%-
HSV(B)225.6º38.17%51.37%-
XYZ11.411.2223.04-
YUV93.74149.02118.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=26.56%
G=30.49%
B=42.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81931310.380.2900.49225.623.5841.57
Hex515D83261D031e2182a
Octal12113520346350613423052
Binary10100011011101100000111001101110101100011110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,131); }

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

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

 a { background-color: rgb(81,93,131); }

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

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

 span { border-color: rgb(81,93,131); }

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