#515979

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

Shades of Chambray #515979

Tints of Chambray #515979

Color information

#515979 (or 0x515979) is unknown color: approx Chambray. HEX triplet: 51, 59 and 79. RGB value is (81,89,121). Sum of RGB (Red+Green+Blue) = 81+89+121=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #515979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515979 is #AEA686. Grayscale: #5A5A5A. Windows color (decimal): -11445895 or 7952721. OLE color: 7952721.

HSL color Cylindrical-coordinate representation of color #515979: hue angle of 228º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #515979 is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8189121-
CMYK0.330.2600.53
HSL228º19.8%39.61%-
HSV(B)228º33.06%47.45%-
XYZ10.4210.2719.52-
YUV90.26145.35121.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=27.84%
G=30.58%
B=41.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81891210.330.2600.5322819.839.61
Hex515979211A035e41428
Octal12113117141320653442450
Binary1010001101100111110011000011101001101011110010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515979; }

 p { color: rgb(81,89,121); }

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

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

 a { background-color: rgb(81,89,121); }

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

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

 span { border-color: rgb(81,89,121); }

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