Html Css Color HEX #405989 Tory Blue

📋 copy color: '#405989'

red 64 ◦ green 89 ◦ blue 137

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

Shades of Tory Blue #405989

Tints of Tory Blue #405989

RGB

 RED value IS 64 (25.39% from 255) = 22.07%

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 22.07%
G = 30.69%
B = 47.24%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#405989 (or 0x405989) is known color: Tory Blue. HEX triplet: 40, 59 and 89. RGB value is (64,89,137). Sum of RGB (Red+Green+Blue) = 64+89+137=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #405989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405989 is #BFA676. Grayscale: #565656. Windows color (decimal): -12559991 or 9001280. OLE color: 9001280.

HSL color Cylindrical-coordinate representation of color #405989: hue angle of 219.45º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405989 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 89 137 -
CMYK 0.53 0.35 0 0.46
HSL 219.45º 0.36% 0.39% -
HSV(B) 219.45º 0.53% 0.54% -
XYZ 10.2 10.04 25.07 -
YUV 87 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 64 89 137 0.53 0.35 0 0.46 219.45 0.36 0.39
Hex 40 59 89 35 23 0 2E DB 24 27
Octal 100 131 211 65 43 0 56 333 44 47
Binary 1000000 1011001 10001001 110101 100011 0 101110 11011011 100100 100111

Color Harmonies of #405989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405989

Black with #405989

Text Example


Text Example

White with #405989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405989; }

 p { color: rgb(64,89,137); }

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

background-color css

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

 a { background-color: rgb(64,89,137); }

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

border-color css

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

 span { border-color: rgb(64,89,137); }

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