Html Css Color HEX #405889 Tory Blue

📋 copy color: '#405889'

red 64 ◦ green 88 ◦ blue 137

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

Shades of Tory Blue #405889

Tints of Tory Blue #405889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 22.15%
G = 30.45%
B = 47.4%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#405889 (or 0x405889) is known color: Tory Blue. HEX triplet: 40, 58 and 89. RGB value is (64,88,137). Sum of RGB (Red+Green+Blue) = 64+88+137=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #405889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405889 is #BFA776. Grayscale: #565656. Windows color (decimal): -12560247 or 9001024. OLE color: 9001024.

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

Color convert

RGB 64 88 137 -
CMYK 0.53 0.36 0 0.46
HSL 220.27º 0.36% 0.39% -
HSV(B) 220.27º 0.53% 0.54% -
XYZ 10.12 9.88 25.04 -
YUV 86.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 64 88 137 0.53 0.36 0 0.46 220.27 0.36 0.39
Hex 40 58 89 35 24 0 2E DC 24 27
Octal 100 130 211 65 44 0 56 334 44 47
Binary 1000000 1011000 10001001 110101 100100 0 101110 11011100 100100 100111

Color Harmonies of #405889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405889

Black with #405889

Text Example


Text Example

White with #405889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405889; }

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

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

background-color css

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

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

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

border-color css

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

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

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