#415587

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

Shades of Tory Blue #415587

Tints of Tory Blue #415587

Color information

#415587 (or 0x415587) is unknown color: approx Tory Blue. HEX triplet: 41, 55 and 87. RGB value is (65,85,135). Sum of RGB (Red+Green+Blue) = 65+85+135=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #415587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415587 is #BEAA78. Grayscale: #545454. Windows color (decimal): -12495481 or 8869185. OLE color: 8869185.

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

Color convert

RGB6585135-
CMYK0.520.3700.47
HSL222.86º35%39.22%-
HSV(B)222.86º51.85%52.94%-
XYZ9.89.3724.21-
YUV84.72156.37113.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=22.81%
G=29.82%
B=47.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65851350.520.3700.47222.863539.22
Hex415587342502Fdf2327
Octal10112520764450573374347
Binary1000001101010110000111110100100101010111111011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415587; }

 p { color: rgb(65,85,135); }

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

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

 a { background-color: rgb(65,85,135); }

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

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

 span { border-color: rgb(65,85,135); }

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