#405C85

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

Shades of St Tropaz #405C85

Tints of St Tropaz #405C85

Color information

#405C85 (or 0x405C85) is unknown color: approx St Tropaz. HEX triplet: 40, 5C and 85. RGB value is (64,92,133). Sum of RGB (Red+Green+Blue) = 64+92+133=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #405C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405C85 is #BFA37A. Grayscale: #585858. Windows color (decimal): -12559227 or 8739904. OLE color: 8739904.

HSL color Cylindrical-coordinate representation of color #405C85: hue angle of 215.65º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #405C85 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6492133-
CMYK0.520.3100.48
HSL215.65º35.03%38.63%-
HSV(B)215.65º51.88%52.16%-
XYZ10.1810.4423.67-
YUV88.3153.22110.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=22.15%
G=31.83%
B=46.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64921330.520.3100.48215.6535.0338.63
Hex405C85341F030d82327
Octal10013420564370603304347
Binary100000010111001000010111010011111011000011011000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,92,133); }

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

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

 a { background-color: rgb(64,92,133); }

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

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

 span { border-color: rgb(64,92,133); }

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