#405F89

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

Shades of Matisse #405F89

Tints of Matisse #405F89

Color information

#405F89 (or 0x405F89) is unknown color: approx Matisse. HEX triplet: 40, 5F and 89. RGB value is (64,95,137). Sum of RGB (Red+Green+Blue) = 64+95+137=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #405F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F89 is #BFA076. Grayscale: #5A5A5A. Windows color (decimal): -12558455 or 9002816. OLE color: 9002816.

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

Color convert

RGB6495137-
CMYK0.530.3100.46
HSL214.52º36.32%39.41%-
HSV(B)214.52º53.28%53.73%-
XYZ10.7211.0825.24-
YUV90.52154.23109.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 137 (53.91% from 255) = 46.28%
R=21.62%
G=32.09%
B=46.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64951370.530.3100.46214.5236.3239.41
Hex405F89351F02Ed72427
Octal10013721165370563274447
Binary100000010111111000100111010111111010111011010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,95,137); }

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

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

 a { background-color: rgb(64,95,137); }

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

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

 span { border-color: rgb(64,95,137); }

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