#455585

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

Shades of Tory Blue #455585

Tints of Tory Blue #455585

Color information

#455585 (or 0x455585) is unknown color: approx Tory Blue. HEX triplet: 45, 55 and 85. RGB value is (69,85,133). Sum of RGB (Red+Green+Blue) = 69+85+133=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #455585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455585 is #BAAA7A. Grayscale: #555555. Windows color (decimal): -12233339 or 8738117. OLE color: 8738117.

HSL color Cylindrical-coordinate representation of color #455585: hue angle of 225º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455585 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6985133-
CMYK0.480.3600.48
HSL225º31.68%39.61%-
HSV(B)225º48.12%52.16%-
XYZ9.949.4623.49-
YUV85.69154.7116.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=24.04%
G=29.62%
B=46.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69851330.480.3600.4822531.6839.61
Hex4555853024030e12028
Octal10512520560440603414050
Binary1000101101010110000101110000100100011000011100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455585; }

 p { color: rgb(69,85,133); }

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

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

 a { background-color: rgb(69,85,133); }

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

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

 span { border-color: rgb(69,85,133); }

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