#515E85

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

Shades of Chambray #515E85

Tints of Chambray #515E85

Color information

#515E85 (or 0x515E85) is unknown color: approx Chambray. HEX triplet: 51, 5E and 85. RGB value is (81,94,133). Sum of RGB (Red+Green+Blue) = 81+94+133=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #515E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515E85 is #AEA17A. Grayscale: #5E5E5E. Windows color (decimal): -11444603 or 8740433. OLE color: 8740433.

HSL color Cylindrical-coordinate representation of color #515E85: hue angle of 225º 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 #515E85 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8194133-
CMYK0.390.2900.48
HSL225º24.3%41.96%-
HSV(B)225º39.1%52.16%-
XYZ11.6311.4523.79-
YUV94.56149.69118.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=26.30%
G=30.52%
B=43.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81941330.390.2900.4822524.341.96
Hex515E85271D030e1182a
Octal12113620547350603413052
Binary10100011011110100001011001111110101100001110000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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