Html Css Color HEX #5540AD Rich Blue

📋 copy color: '#5540AD'

red 85 ◦ green 64 ◦ blue 173

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

Shades of Rich Blue #5540AD

Tints of Rich Blue #5540AD

RGB

 RED value IS 85 (33.59% from 255) = 26.4%

 GREEN value IS 64 (25.39% from 255) = 19.88%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 26.4%
G = 19.88%
B = 53.73%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5540AD (or 0x5540AD) is known color: Rich Blue. HEX triplet: 55, 40 and AD. RGB value is (85,64,173). Sum of RGB (Red+Green+Blue) = 85+64+173=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #5540AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5540AD is #AABF52. Grayscale: #525252. Windows color (decimal): -11190099 or 11354197. OLE color: 11354197.

HSL color Cylindrical-coordinate representation of color #5540AD: hue angle of 251.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5540AD is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 64 173 -
CMYK 0.51 0.63 0 0.32
HSL 251.56º 0.46% 0.46% -
HSV(B) 251.56º 0.63% 0.68% -
XYZ 13.12 8.62 40.51 -
YUV 82.71 178.96 129.64 -
System Red Green Blue C M Y K H S L
Decimal 85 64 173 0.51 0.63 0 0.32 251.56 0.46 0.46
Hex 55 40 AD 33 3F 0 20 FC 2E 2E
Octal 125 100 255 63 77 0 40 374 56 56
Binary 1010101 1000000 10101101 110011 111111 0 100000 11111100 101110 101110

Color Harmonies of #5540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5540AD

Black with #5540AD

Text Example


Text Example

White with #5540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5540AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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