#505985

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

Shades of Chambray #505985

Tints of Chambray #505985

Color information

#505985 (or 0x505985) is unknown color: approx Chambray. HEX triplet: 50, 59 and 85. RGB value is (80,89,133). Sum of RGB (Red+Green+Blue) = 80+89+133=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #505985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505985 is #AFA67A. Grayscale: #5B5B5B. Windows color (decimal): -11511419 or 8739152. OLE color: 8739152.

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

Color convert

RGB8089133-
CMYK0.400.3300.48
HSL229.81º24.88%41.76%-
HSV(B)229.81º39.85%52.16%-
XYZ11.1110.5423.64-
YUV91.32151.52119.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.49%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 133 (52.34% from 255) = 44.04%
R=26.49%
G=29.47%
B=44.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80891330.400.3300.48229.8124.8841.76
Hex5059852821030e6192a
Octal12013120550410603463152
Binary101000010110011000010110100010000101100001110011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505985; }

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

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

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

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

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

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

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

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