Html Css Color HEX #405B89 Tory Blue

📋 copy color: '#405B89'

red 64 ◦ green 91 ◦ blue 137

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

Shades of Tory Blue #405B89

Tints of Tory Blue #405B89

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.16%

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

R = 21.92%
G = 31.16%
B = 46.92%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#405B89 (or 0x405B89) is known color: Tory Blue. HEX triplet: 40, 5B and 89. RGB value is (64,91,137). Sum of RGB (Red+Green+Blue) = 64+91+137=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #405B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B89 is #BFA476. Grayscale: #575757. Windows color (decimal): -12559479 or 9001792. OLE color: 9001792.

HSL color Cylindrical-coordinate representation of color #405B89: hue angle of 217.81º 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 #405B89 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 91 137 -
CMYK 0.53 0.34 0 0.46
HSL 217.81º 0.36% 0.39% -
HSV(B) 217.81º 0.53% 0.54% -
XYZ 10.37 10.38 25.12 -
YUV 88.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 64 91 137 0.53 0.34 0 0.46 217.81 0.36 0.39
Hex 40 5B 89 35 22 0 2E DA 24 27
Octal 100 133 211 65 42 0 56 332 44 47
Binary 1000000 1011011 10001001 110101 100010 0 101110 11011010 100100 100111

Color Harmonies of #405B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405B89

Black with #405B89

Text Example


Text Example

White with #405B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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