Html Css Color HEX #455587 Tory Blue

📋 copy color: '#455587'

red 69 ◦ green 85 ◦ blue 135

#455587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #455587

Tints of Tory Blue #455587

RGB

 RED value IS 69 (27.34% from 255) = 23.88%

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 135 (53.13% from 255) = 46.71%

R = 23.88%
G = 29.41%
B = 46.71%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#455587 (or 0x455587) is known color: Tory Blue. HEX triplet: 45, 55 and 87. RGB value is (69,85,135). Sum of RGB (Red+Green+Blue) = 69+85+135=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #455587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455587 is #BAAA78. Grayscale: #555555. Windows color (decimal): -12233337 or 8869189. OLE color: 8869189.

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

Color convert

RGB 69 85 135 -
CMYK 0.49 0.37 0 0.47
HSL 225.45º 0.32% 0.4% -
HSV(B) 225.45º 0.49% 0.53% -
XYZ 10.08 9.51 24.23 -
YUV 85.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 69 85 135 0.49 0.37 0 0.47 225.45 0.32 0.4
Hex 45 55 87 31 25 0 2F E1 20 28
Octal 105 125 207 61 45 0 57 341 40 50
Binary 1000101 1010101 10000111 110001 100101 0 101111 11100001 100000 101000

Color Harmonies of #455587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455587

Black with #455587

Text Example


Text Example

White with #455587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455587; }

 p { color: rgb(69,85,135); }

 H1.HeaderClassName
 {
   color: #455587;
 }
 .AnyTagClassName
 {
   color: #455587;
 }
</style>

background-color css

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

 a { background-color: rgb(69,85,135); }

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

border-color css

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

 span { border-color: rgb(69,85,135); }

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