#505782

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

Shades of Chambray #505782

Tints of Chambray #505782

Color information

#505782 (or 0x505782) is unknown color: approx Chambray. HEX triplet: 50, 57 and 82. RGB value is (80,87,130). Sum of RGB (Red+Green+Blue) = 80+87+130=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #505782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505782 is #AFA87D. Grayscale: #595959. Windows color (decimal): -11511934 or 8542032. OLE color: 8542032.

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

Color convert

RGB8087130-
CMYK0.380.3300.49
HSL231.6º23.81%41.18%-
HSV(B)231.6º38.46%50.98%-
XYZ10.7510.1322.51-
YUV89.81150.68121-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=26.94%
G=29.29%
B=43.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80871300.380.3300.49231.623.8141.18
Hex5057822621031e81829
Octal12012720246410613503051
Binary101000010101111000001010011010000101100011110100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505782; }

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

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

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

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

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

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

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

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