#505A76

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

Shades of Chambray #505A76

Tints of Chambray #505A76

Color information

#505A76 (or 0x505A76) is unknown color: approx Chambray. HEX triplet: 50, 5A and 76. RGB value is (80,90,118). Sum of RGB (Red+Green+Blue) = 80+90+118=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #505A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505A76 is #AFA589. Grayscale: #5A5A5A. Windows color (decimal): -11511178 or 7756368. OLE color: 7756368.

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

Color convert

RGB8090118-
CMYK0.320.2400.54
HSL224.21º19.19%38.82%-
HSV(B)224.21º32.2%46.27%-
XYZ10.2310.3318.59-
YUV90.2143.69120.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.78%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=27.78%
G=31.25%
B=40.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80901180.320.2400.54224.2119.1938.82
Hex505A762018036e01327
Octal12013216640300663402347
Binary1010000101101011101101000001100001101101110000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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