Html Css Color HEX #405587 Tory Blue

📋 copy color: '#405587'

red 64 ◦ green 85 ◦ blue 135

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

Shades of Tory Blue #405587

Tints of Tory Blue #405587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 22.54%
G = 29.93%
B = 47.54%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#405587 (or 0x405587) is known color: Tory Blue. HEX triplet: 40, 55 and 87. RGB value is (64,85,135). Sum of RGB (Red+Green+Blue) = 64+85+135=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #405587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405587 is #BFAA78. Grayscale: #545454. Windows color (decimal): -12561017 or 8869184. OLE color: 8869184.

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

Color convert

RGB 64 85 135 -
CMYK 0.53 0.37 0 0.47
HSL 222.25º 0.36% 0.39% -
HSV(B) 222.25º 0.53% 0.53% -
XYZ 9.74 9.34 24.21 -
YUV 84.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 64 85 135 0.53 0.37 0 0.47 222.25 0.36 0.39
Hex 40 55 87 35 25 0 2F DE 24 27
Octal 100 125 207 65 45 0 57 336 44 47
Binary 1000000 1010101 10000111 110101 100101 0 101111 11011110 100100 100111

Color Harmonies of #405587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405587

Black with #405587

Text Example


Text Example

White with #405587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405587; }

 p { color: rgb(64,85,135); }

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

background-color css

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

 a { background-color: rgb(64,85,135); }

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

border-color css

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

 span { border-color: rgb(64,85,135); }

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