Html Css Color HEX #455589 Tory Blue

📋 copy color: '#455589'

red 69 ◦ green 85 ◦ blue 137

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

Shades of Tory Blue #455589

Tints of Tory Blue #455589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.08%

R = 23.71%
G = 29.21%
B = 47.08%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#455589 (or 0x455589) is known color: Tory Blue. HEX triplet: 45, 55 and 89. RGB value is (69,85,137). Sum of RGB (Red+Green+Blue) = 69+85+137=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #455589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455589 is #BAAA76. Grayscale: #555555. Windows color (decimal): -12233335 or 9000261. OLE color: 9000261.

HSL color Cylindrical-coordinate representation of color #455589: hue angle of 225.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455589 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 85 137 -
CMYK 0.50 0.38 0 0.46
HSL 225.88º 0.33% 0.4% -
HSV(B) 225.88º 0.5% 0.54% -
XYZ 10.22 9.57 24.98 -
YUV 86.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 69 85 137 0.50 0.38 0 0.46 225.88 0.33 0.4
Hex 45 55 89 32 26 0 2E E2 21 28
Octal 105 125 211 62 46 0 56 342 41 50
Binary 1000101 1010101 10001001 110010 100110 0 101110 11100010 100001 101000

Color Harmonies of #455589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455589

Black with #455589

Text Example


Text Example

White with #455589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455589; }

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

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

background-color css

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

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

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

border-color css

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

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

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