Html Css Color HEX #455586 Tory Blue

📋 copy color: '#455586'

red 69 ◦ green 85 ◦ blue 134

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

Shades of Tory Blue #455586

Tints of Tory Blue #455586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 23.96%
G = 29.51%
B = 46.53%

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

#455586 (or 0x455586) is known color: Tory Blue. HEX triplet: 45, 55 and 86. RGB value is (69,85,134). Sum of RGB (Red+Green+Blue) = 69+85+134=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #455586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455586 is #BAAA79. Grayscale: #555555. Windows color (decimal): -12233338 or 8803653. OLE color: 8803653.

HSL color Cylindrical-coordinate representation of color #455586: hue angle of 225.23º 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 #455586 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 85 134 -
CMYK 0.49 0.37 0 0.47
HSL 225.23º 0.32% 0.4% -
HSV(B) 225.23º 0.49% 0.53% -
XYZ 10.01 9.48 23.86 -
YUV 85.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 69 85 134 0.49 0.37 0 0.47 225.23 0.32 0.4
Hex 45 55 86 31 25 0 2F E1 20 28
Octal 105 125 206 61 45 0 57 341 40 50
Binary 1000101 1010101 10000110 110001 100101 0 101111 11100001 100000 101000

Color Harmonies of #455586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455586

Black with #455586

Text Example


Text Example

White with #455586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455586; }

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

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

background-color css

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

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

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

border-color css

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

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

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