#425588

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

Shades of Tory Blue #425588

Tints of Tory Blue #425588

Color information

#425588 (or 0x425588) is unknown color: approx Tory Blue. HEX triplet: 42, 55 and 88. RGB value is (66,85,136). Sum of RGB (Red+Green+Blue) = 66+85+136=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #425588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425588 is #BDAA77. Grayscale: #545454. Windows color (decimal): -12429944 or 8934722. OLE color: 8934722.

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

Color convert

RGB6685136-
CMYK0.510.3800.47
HSL223.71º34.65%39.61%-
HSV(B)223.71º51.47%53.33%-
XYZ9.949.4324.59-
YUV85.13156.71114.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 85 (33.59% from 255) = 29.62%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=23.00%
G=29.62%
B=47.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66851360.510.3800.47223.7134.6539.61
Hex425588332602Fe02328
Octal10212521063460573404350
Binary1000010101010110001000110011100110010111111100000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425588; }

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

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

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

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

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

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

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

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