#515C84

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

Shades of Chambray #515C84

Tints of Chambray #515C84

Color information

#515C84 (or 0x515C84) is unknown color: approx Chambray. HEX triplet: 51, 5C and 84. RGB value is (81,92,132). Sum of RGB (Red+Green+Blue) = 81+92+132=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #515C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515C84 is #AEA37B. Grayscale: #5D5D5D. Windows color (decimal): -11445116 or 8674385. OLE color: 8674385.

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

Color convert

RGB8192132-
CMYK0.390.3000.48
HSL227.06º23.94%41.76%-
HSV(B)227.06º38.64%51.76%-
XYZ11.3911.0723.37-
YUV93.27149.86119.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=26.56%
G=30.16%
B=43.28%

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
Decimal81921320.390.3000.48227.0623.9441.76
Hex515C84271E030e3182a
Octal12113420447360603433052
Binary10100011011100100001001001111111001100001110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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