#505E83

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

Shades of Chambray #505E83

Tints of Chambray #505E83

Color information

#505E83 (or 0x505E83) is unknown color: approx Chambray. HEX triplet: 50, 5E and 83. RGB value is (80,94,131). Sum of RGB (Red+Green+Blue) = 80+94+131=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #505E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E83 is #AFA17C. Grayscale: #5D5D5D. Windows color (decimal): -11510141 or 8609360. OLE color: 8609360.

HSL color Cylindrical-coordinate representation of color #505E83: hue angle of 223.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505E83 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8094131-
CMYK0.390.2800.49
HSL223.53º24.17%41.37%-
HSV(B)223.53º38.93%51.37%-
XYZ11.4111.3523.06-
YUV94.03148.86117.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.23%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=26.23%
G=30.82%
B=42.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80941310.390.2800.49223.5324.1741.37
Hex505E83271C031e01829
Octal12013620347340613403051
Binary10100001011110100000111001111110001100011110000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,94,131); }

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

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

 a { background-color: rgb(80,94,131); }

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

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

 span { border-color: rgb(80,94,131); }

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