#505D83

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

Shades of Chambray #505D83

Tints of Chambray #505D83

Color information

#505D83 (or 0x505D83) is unknown color: approx Chambray. HEX triplet: 50, 5D and 83. RGB value is (80,93,131). Sum of RGB (Red+Green+Blue) = 80+93+131=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #505D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505D83 is #AFA27C. Grayscale: #5D5D5D. Windows color (decimal): -11510397 or 8609104. OLE color: 8609104.

HSL color Cylindrical-coordinate representation of color #505D83: hue angle of 224.71º 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 #505D83 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8093131-
CMYK0.390.2900.49
HSL224.71º24.17%41.37%-
HSV(B)224.71º38.93%51.37%-
XYZ11.3211.1723.03-
YUV93.44149.19118.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=26.32%
G=30.59%
B=43.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80931310.390.2900.49224.7124.1741.37
Hex505D83271D031e11829
Octal12013520347350613413051
Binary10100001011101100000111001111110101100011110000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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