#505E84

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

Shades of Chambray #505E84

Tints of Chambray #505E84

Color information

#505E84 (or 0x505E84) is unknown color: approx Chambray. HEX triplet: 50, 5E and 84. RGB value is (80,94,132). Sum of RGB (Red+Green+Blue) = 80+94+132=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #505E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E84 is #AFA17B. Grayscale: #5D5D5D. Windows color (decimal): -11510140 or 8674896. OLE color: 8674896.

HSL color Cylindrical-coordinate representation of color #505E84: hue angle of 223.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #505E84 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8094132-
CMYK0.390.2900.48
HSL223.85º24.53%41.57%-
HSV(B)223.85º39.39%51.76%-
XYZ11.4811.3823.42-
YUV94.15149.36117.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.14%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=26.14%
G=30.72%
B=43.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80941320.390.2900.48223.8524.5341.57
Hex505E84271D030e0192a
Octal12013620447350603403152
Binary10100001011110100001001001111110101100001110000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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