#505F76

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

Shades of Chambray #505F76

Tints of Chambray #505F76

Color information

#505F76 (or 0x505F76) is unknown color: approx Chambray. HEX triplet: 50, 5F and 76. RGB value is (80,95,118). Sum of RGB (Red+Green+Blue) = 80+95+118=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #505F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F76 is #AFA089. Grayscale: #5D5D5D. Windows color (decimal): -11509898 or 7757648. OLE color: 7757648.

HSL color Cylindrical-coordinate representation of color #505F76: hue angle of 216.32º 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 #505F76 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8095118-
CMYK0.320.1900.54
HSL216.32º19.19%38.82%-
HSV(B)216.32º32.2%46.27%-
XYZ10.6711.218.74-
YUV93.14142.03118.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.30%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=27.30%
G=32.42%
B=40.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80951180.320.1900.54216.3219.1938.82
Hex505F762013036d81327
Octal12013716640230663302347
Binary1010000101111111101101000001001101101101101100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F76; }

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

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

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

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

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

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

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

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