#505B76

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

Shades of Chambray #505B76

Tints of Chambray #505B76

Color information

#505B76 (or 0x505B76) is unknown color: approx Chambray. HEX triplet: 50, 5B and 76. RGB value is (80,91,118). Sum of RGB (Red+Green+Blue) = 80+91+118=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #505B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505B76 is #AFA489. Grayscale: #5A5A5A. Windows color (decimal): -11510922 or 7756624. OLE color: 7756624.

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

Color convert

RGB8091118-
CMYK0.320.2300.54
HSL222.63º19.19%38.82%-
HSV(B)222.63º32.2%46.27%-
XYZ10.3210.518.62-
YUV90.79143.36120.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.68%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=27.68%
G=31.49%
B=40.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80911180.320.2300.54222.6319.1938.82
Hex505B762017036df1327
Octal12013316640270663372347
Binary1010000101101111101101000001011101101101101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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