Html Css Color HEX #405F89 Matisse

📋 copy color: '#405F89'

red 64 ◦ green 95 ◦ blue 137

#405F89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #405F89

Tints of Matisse #405F89

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 value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#405F89 (or 0x405F89) is known color: 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

RGB 64 95 137 -
CMYK 0.53 0.31 0 0.46
HSL 214.52º 0.36% 0.39% -
HSV(B) 214.52º 0.53% 0.54% -
XYZ 10.72 11.08 25.24 -
YUV 90.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 64 95 137 0.53 0.31 0 0.46 214.52 0.36 0.39
Hex 40 5F 89 35 1F 0 2E D7 24 27
Octal 100 137 211 65 37 0 56 327 44 47
Binary 1000000 1011111 10001001 110101 11111 0 101110 11010111 100100 100111

Color Harmonies of #405F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405F89

Black with #405F89

Text Example


Text Example

White with #405F89

Text Example


Text Example

HTML Codes & Css Web 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>