#425889

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

Shades of Tory Blue #425889

Tints of Tory Blue #425889

Color information

#425889 (or 0x425889) is unknown color: approx Tory Blue. HEX triplet: 42, 58 and 89. RGB value is (66,88,137). Sum of RGB (Red+Green+Blue) = 66+88+137=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #425889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425889 is #BDA776. Grayscale: #565656. Windows color (decimal): -12429175 or 9001026. OLE color: 9001026.

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

Color convert

RGB6688137-
CMYK0.520.3600.46
HSL221.41º34.98%39.8%-
HSV(B)221.41º51.82%53.73%-
XYZ10.259.9425.05-
YUV87.01156.21113.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 137 (53.91% from 255) = 47.08%
R=22.68%
G=30.24%
B=47.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66881370.520.3600.46221.4134.9839.8
Hex425889342402Edd2328
Octal10213021164440563354350
Binary1000010101100010001001110100100100010111011011101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425889; }

 p { color: rgb(66,88,137); }

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

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

 a { background-color: rgb(66,88,137); }

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

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

 span { border-color: rgb(66,88,137); }

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