#425584

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

Shades of Tory Blue #425584

Tints of Tory Blue #425584

Color information

#425584 (or 0x425584) is unknown color: approx Tory Blue. HEX triplet: 42, 55 and 84. RGB value is (66,85,132). Sum of RGB (Red+Green+Blue) = 66+85+132=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #425584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425584 is #BDAA7B. Grayscale: #545454. Windows color (decimal): -12429948 or 8672578. OLE color: 8672578.

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

Color convert

RGB6685132-
CMYK0.50.3600.48
HSL222.73º33.33%38.82%-
HSV(B)222.73º50%51.76%-
XYZ9.669.3223.12-
YUV84.68154.71114.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=23.32%
G=30.04%
B=46.64%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66851320.50.3600.48222.7333.3338.82
Hex4255843224030df2127
Octal10212520462440603374147
Binary1000010101010110000100110010100100011000011011111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425584; }

 p { color: rgb(66,85,132); }

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

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

 a { background-color: rgb(66,85,132); }

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

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

 span { border-color: rgb(66,85,132); }

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