#405D82

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

Shades of Matisse #405D82

Tints of Matisse #405D82

Color information

#405D82 (or 0x405D82) is unknown color: approx Matisse. HEX triplet: 40, 5D and 82. RGB value is (64,93,130). Sum of RGB (Red+Green+Blue) = 64+93+130=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #405D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405D82 is #BFA27D. Grayscale: #585858. Windows color (decimal): -12558974 or 8543552. OLE color: 8543552.

HSL color Cylindrical-coordinate representation of color #405D82: hue angle of 213.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405D82 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6493130-
CMYK0.510.2800.49
HSL213.64º34.02%38.04%-
HSV(B)213.64º50.77%50.98%-
XYZ10.0610.5322.62-
YUV88.55151.39110.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.30%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=22.30%
G=32.40%
B=45.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64931300.510.2800.49213.6434.0238.04
Hex405D82331C031d62226
Octal10013520263340613264246
Binary100000010111011000001011001111100011000111010110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,93,130); }

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

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

 a { background-color: rgb(64,93,130); }

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

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

 span { border-color: rgb(64,93,130); }

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