#505E82

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

Shades of Chambray #505E82

Tints of Chambray #505E82

Color information

#505E82 (or 0x505E82) is unknown color: approx Chambray. HEX triplet: 50, 5E and 82. RGB value is (80,94,130). Sum of RGB (Red+Green+Blue) = 80+94+130=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #505E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E82 is #AFA17D. Grayscale: #5D5D5D. Windows color (decimal): -11510142 or 8543824. OLE color: 8543824.

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

Color convert

RGB8094130-
CMYK0.380.2800.49
HSL223.2º23.81%41.18%-
HSV(B)223.2º38.46%50.98%-
XYZ11.3411.3222.71-
YUV93.92148.36118.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=26.32%
G=30.92%
B=42.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80941300.380.2800.49223.223.8141.18
Hex505E82261C031df1829
Octal12013620246340613373051
Binary10100001011110100000101001101110001100011101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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