#42558B

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

Shades of Tory Blue #42558B

Tints of Tory Blue #42558B

Color information

#42558B (or 0x42558B) is unknown color: approx Tory Blue. HEX triplet: 42, 55 and 8B. RGB value is (66,85,139). Sum of RGB (Red+Green+Blue) = 66+85+139=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #42558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42558B is #BDAA74. Grayscale: #555555. Windows color (decimal): -12429941 or 9131330. OLE color: 9131330.

HSL color Cylindrical-coordinate representation of color #42558B: hue angle of 224.38º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42558B is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6685139-
CMYK0.530.3900.45
HSL224.38º35.61%40.2%-
HSV(B)224.38º52.52%54.51%-
XYZ10.169.5225.73-
YUV85.48158.21114.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=22.76%
G=29.31%
B=47.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66851390.530.3900.45224.3835.6140.2
Hex42558B352702De02428
Octal10212521365470553404450
Binary1000010101010110001011110101100111010110111100000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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