#405999

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

Shades of Mariner #405999

Tints of Mariner #405999

Color information

#405999 (or 0x405999) is unknown color: approx Mariner. HEX triplet: 40, 59 and 99. RGB value is (64,89,153). Sum of RGB (Red+Green+Blue) = 64+89+153=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #405999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405999 is #BFA666. Grayscale: #585858. Windows color (decimal): -12559975 or 10049856. OLE color: 10049856.

HSL color Cylindrical-coordinate representation of color #405999: hue angle of 223.15º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405999 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6489153-
CMYK0.580.4200.4
HSL223.15º41.01%42.55%-
HSV(B)223.15º58.17%60%-
XYZ11.4410.5331.57-
YUV88.82164.22110.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 89 (35.16% from 255) = 29.08%
BLUE value IS 153 (60.16% from 255) = 50%
R=20.92%
G=29.08%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64891530.580.4200.4223.1541.0142.55
Hex4059993A2A028df292b
Octal10013123172520503375153
Binary1000000101100110011001111010101010010100011011111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405999; }

 p { color: rgb(64,89,153); }

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

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

 a { background-color: rgb(64,89,153); }

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

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

 span { border-color: rgb(64,89,153); }

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