#515D84

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

Shades of Chambray #515D84

Tints of Chambray #515D84

Color information

#515D84 (or 0x515D84) is unknown color: approx Chambray. HEX triplet: 51, 5D and 84. RGB value is (81,93,132). Sum of RGB (Red+Green+Blue) = 81+93+132=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #515D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515D84 is #AEA27B. Grayscale: #5D5D5D. Windows color (decimal): -11444860 or 8674641. OLE color: 8674641.

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

Color convert

RGB8193132-
CMYK0.390.3000.48
HSL225.88º23.94%41.76%-
HSV(B)225.88º38.64%51.76%-
XYZ11.4711.2423.4-
YUV93.86149.52118.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.47%
GREEN value IS 93 (36.72% from 255) = 30.39%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=26.47%
G=30.39%
B=43.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81931320.390.3000.48225.8823.9441.76
Hex515D84271E030e2182a
Octal12113520447360603423052
Binary10100011011101100001001001111111001100001110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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