#505984

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

Shades of Chambray #505984

Tints of Chambray #505984

Color information

#505984 (or 0x505984) is unknown color: approx Chambray. HEX triplet: 50, 59 and 84. RGB value is (80,89,132). Sum of RGB (Red+Green+Blue) = 80+89+132=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #505984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505984 is #AFA67B. Grayscale: #5B5B5B. Windows color (decimal): -11511420 or 8673616. OLE color: 8673616.

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

Color convert

RGB8089132-
CMYK0.390.3300.48
HSL229.62º24.53%41.57%-
HSV(B)229.62º39.39%51.76%-
XYZ11.0510.5223.28-
YUV91.21151.02120-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=26.58%
G=29.57%
B=43.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80891320.390.3300.48229.6224.5341.57
Hex5059842721030e6192a
Octal12013120447410603463152
Binary101000010110011000010010011110000101100001110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505984; }

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

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

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

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

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

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

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

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