#42558E

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

Shades of Tory Blue #42558E

Tints of Tory Blue #42558E

Color information

#42558E (or 0x42558E) is unknown color: approx Tory Blue. HEX triplet: 42, 55 and 8E. RGB value is (66,85,142). Sum of RGB (Red+Green+Blue) = 66+85+142=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #42558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42558E is #BDAA71. Grayscale: #555555. Windows color (decimal): -12429938 or 9327938. OLE color: 9327938.

HSL color Cylindrical-coordinate representation of color #42558E: hue angle of 225º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42558E is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6685142-
CMYK0.540.4000.44
HSL225º36.54%40.78%-
HSV(B)225º53.52%55.69%-
XYZ10.389.6126.9-
YUV85.82159.71113.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=22.53%
G=29.01%
B=48.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66851420.540.4000.4422536.5440.78
Hex42558E362802Ce12529
Octal10212521666500543414551
Binary1000010101010110001110110110101000010110011100001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42558E; }

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

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

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

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

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

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

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

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