Html Css Color HEX #415583 Tory Blue

📋 copy color: '#415583'

red 65 ◦ green 85 ◦ blue 131

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

Shades of Tory Blue #415583

Tints of Tory Blue #415583

RGB

 RED value IS 65 (25.78% from 255) = 23.13%

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

 BLUE value IS 131 (51.56% from 255) = 46.62%

R = 23.13%
G = 30.25%
B = 46.62%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#415583 (or 0x415583) is known color: Tory Blue. HEX triplet: 41, 55 and 83. RGB value is (65,85,131). Sum of RGB (Red+Green+Blue) = 65+85+131=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #415583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415583 is #BEAA7C. Grayscale: #545454. Windows color (decimal): -12495485 or 8607041. OLE color: 8607041.

HSL color Cylindrical-coordinate representation of color #415583: hue angle of 221.82º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #415583 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 85 131 -
CMYK 0.50 0.35 0 0.49
HSL 221.82º 0.34% 0.38% -
HSV(B) 221.82º 0.5% 0.51% -
XYZ 9.53 9.26 22.76 -
YUV 84.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 65 85 131 0.50 0.35 0 0.49 221.82 0.34 0.38
Hex 41 55 83 32 23 0 31 DE 22 26
Octal 101 125 203 62 43 0 61 336 42 46
Binary 1000001 1010101 10000011 110010 100011 0 110001 11011110 100010 100110

Color Harmonies of #415583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415583

Black with #415583

Text Example


Text Example

White with #415583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415583; }

 p { color: rgb(65,85,131); }

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

background-color css

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

 a { background-color: rgb(65,85,131); }

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

border-color css

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

 span { border-color: rgb(65,85,131); }

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