#515C85

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

Shades of Chambray #515C85

Tints of Chambray #515C85

Color information

#515C85 (or 0x515C85) is unknown color: approx Chambray. HEX triplet: 51, 5C and 85. RGB value is (81,92,133). Sum of RGB (Red+Green+Blue) = 81+92+133=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #515C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C85 is #AEA37A. Grayscale: #5D5D5D. Windows color (decimal): -11445115 or 8739921. OLE color: 8739921.

HSL color Cylindrical-coordinate representation of color #515C85: hue angle of 227.31º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #515C85 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8192133-
CMYK0.390.3100.48
HSL227.31º24.3%41.96%-
HSV(B)227.31º39.1%52.16%-
XYZ11.4511.123.73-
YUV93.38150.36119.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=26.47%
G=30.07%
B=43.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81921330.390.3100.48227.3124.341.96
Hex515C85271F030e3182a
Octal12113420547370603433052
Binary10100011011100100001011001111111101100001110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,92,133); }

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

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

 a { background-color: rgb(81,92,133); }

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

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

 span { border-color: rgb(81,92,133); }

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