#505783

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

Shades of Chambray #505783

Tints of Chambray #505783

Color information

#505783 (or 0x505783) is unknown color: approx Chambray. HEX triplet: 50, 57 and 83. RGB value is (80,87,131). Sum of RGB (Red+Green+Blue) = 80+87+131=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #505783 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505783 is #AFA87C. Grayscale: #595959. Windows color (decimal): -11511933 or 8607568. OLE color: 8607568.

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

Color convert

RGB8087131-
CMYK0.390.3400.49
HSL231.76º24.17%41.37%-
HSV(B)231.76º38.93%51.37%-
XYZ10.8110.1622.86-
YUV89.92151.18120.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.85%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=26.85%
G=29.19%
B=43.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80871310.390.3400.49231.7624.1741.37
Hex5057832722031e81829
Octal12012720347420613503051
Binary101000010101111000001110011110001001100011110100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505783; }

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

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

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

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

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

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

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

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