Html Css Color HEX #425590 Tory Blue

📋 copy color: '#425590'

red 66 ◦ green 85 ◦ blue 144

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

Shades of Tory Blue #425590

Tints of Tory Blue #425590

RGB

 RED value IS 66 (26.17% from 255) = 22.37%

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

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 22.37%
G = 28.81%
B = 48.81%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#425590 (or 0x425590) is known color: Tory Blue. HEX triplet: 42, 55 and 90. RGB value is (66,85,144). Sum of RGB (Red+Green+Blue) = 66+85+144=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #425590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425590 is #BDAA6F. Grayscale: #555555. Windows color (decimal): -12429936 or 9459010. OLE color: 9459010.

HSL color Cylindrical-coordinate representation of color #425590: hue angle of 225.38º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425590 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 85 144 -
CMYK 0.54 0.41 0 0.44
HSL 225.38º 0.37% 0.41% -
HSV(B) 225.38º 0.54% 0.56% -
XYZ 10.53 9.67 27.7 -
YUV 86.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 66 85 144 0.54 0.41 0 0.44 225.38 0.37 0.41
Hex 42 55 90 36 29 0 2C E1 25 29
Octal 102 125 220 66 51 0 54 341 45 51
Binary 1000010 1010101 10010000 110110 101001 0 101100 11100001 100101 101001

Color Harmonies of #425590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425590

Black with #425590

Text Example


Text Example

White with #425590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425590; }

 p { color: rgb(66,85,144); }

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

background-color css

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

 a { background-color: rgb(66,85,144); }

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

border-color css

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

 span { border-color: rgb(66,85,144); }

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