#515B83

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

Shades of Chambray #515B83

Tints of Chambray #515B83

Color information

#515B83 (or 0x515B83) is unknown color: approx Chambray. HEX triplet: 51, 5B and 83. RGB value is (81,91,131). Sum of RGB (Red+Green+Blue) = 81+91+131=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 131 - color contains mainly: blue. Hex color #515B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515B83 is #AEA47C. Grayscale: #5C5C5C. Windows color (decimal): -11445373 or 8608593. OLE color: 8608593.

HSL color Cylindrical-coordinate representation of color #515B83: hue angle of 228º 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 #515B83 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8191131-
CMYK0.380.3100.49
HSL228º23.58%41.57%-
HSV(B)228º38.17%51.37%-
XYZ11.2310.8722.98-
YUV92.57149.69119.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 131 (51.56% from 255) = 43.23%
R=26.73%
G=30.03%
B=43.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81911310.380.3100.4922823.5841.57
Hex515B83261F031e4182a
Octal12113320346370613443052
Binary10100011011011100000111001101111101100011110010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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