#505F78

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

Shades of Chambray #505F78

Tints of Chambray #505F78

Color information

#505F78 (or 0x505F78) is unknown color: approx Chambray. HEX triplet: 50, 5F and 78. RGB value is (80,95,120). Sum of RGB (Red+Green+Blue) = 80+95+120=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #505F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505F78 is #AFA087. Grayscale: #5D5D5D. Windows color (decimal): -11509896 or 7888720. OLE color: 7888720.

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

Color convert

RGB8095120-
CMYK0.330.2100.53
HSL217.5º20%39.22%-
HSV(B)217.5º33.33%47.06%-
XYZ10.7911.2519.37-
YUV93.36143.03118.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.12%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=27.12%
G=32.20%
B=40.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80951200.330.2100.53217.52039.22
Hex505F782115035da1427
Octal12013717041250653322447
Binary1010000101111111110001000011010101101011101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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