#405F83

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

Shades of Matisse #405F83

Tints of Matisse #405F83

Color information

#405F83 (or 0x405F83) is unknown color: approx Matisse. HEX triplet: 40, 5F and 83. RGB value is (64,95,131). Sum of RGB (Red+Green+Blue) = 64+95+131=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #405F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405F83 is #BFA07C. Grayscale: #595959. Windows color (decimal): -12558461 or 8609600. OLE color: 8609600.

HSL color Cylindrical-coordinate representation of color #405F83: hue angle of 212.24º 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 #405F83 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6495131-
CMYK0.510.2700.49
HSL212.24º34.36%38.24%-
HSV(B)212.24º51.15%51.37%-
XYZ10.310.9123.04-
YUV89.84151.23109.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 131 (51.56% from 255) = 45.17%
R=22.07%
G=32.76%
B=45.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64951310.510.2700.49212.2434.3638.24
Hex405F83331B031d42226
Octal10013720363330613244246
Binary100000010111111000001111001111011011000111010100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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