#405E87

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

Shades of Matisse #405E87

Tints of Matisse #405E87

Color information

#405E87 (or 0x405E87) is unknown color: approx Matisse. HEX triplet: 40, 5E and 87. RGB value is (64,94,135). Sum of RGB (Red+Green+Blue) = 64+94+135=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #405E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405E87 is #BFA178. Grayscale: #595959. Windows color (decimal): -12558713 or 8871488. OLE color: 8871488.

HSL color Cylindrical-coordinate representation of color #405E87: hue angle of 214.65º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405E87 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6494135-
CMYK0.530.3000.47
HSL214.65º35.68%39.02%-
HSV(B)214.65º52.59%52.94%-
XYZ10.4910.8424.46-
YUV89.7153.56109.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=21.84%
G=32.08%
B=46.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64941350.530.3000.47214.6535.6839.02
Hex405E87351E02Fd72427
Octal10013620765360573274447
Binary100000010111101000011111010111110010111111010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405E87; }

 p { color: rgb(64,94,135); }

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

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

 a { background-color: rgb(64,94,135); }

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

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

 span { border-color: rgb(64,94,135); }

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