#505976

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

Shades of Chambray #505976

Tints of Chambray #505976

Color information

#505976 (or 0x505976) is unknown color: approx Chambray. HEX triplet: 50, 59 and 76. RGB value is (80,89,118). Sum of RGB (Red+Green+Blue) = 80+89+118=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #505976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505976 is #AFA689. Grayscale: #595959. Windows color (decimal): -11511434 or 7756112. OLE color: 7756112.

HSL color Cylindrical-coordinate representation of color #505976: hue angle of 225.79º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #505976 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8089118-
CMYK0.320.2500.54
HSL225.79º19.19%38.82%-
HSV(B)225.79º32.2%46.27%-
XYZ10.1510.1618.57-
YUV89.62144.02121.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.87%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=27.87%
G=31.01%
B=41.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80891180.320.2500.54225.7919.1938.82
Hex5059762019036e21327
Octal12013116640310663422347
Binary1010000101100111101101000001100101101101110001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505976; }

 p { color: rgb(80,89,118); }

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

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

 a { background-color: rgb(80,89,118); }

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

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

 span { border-color: rgb(80,89,118); }

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