Html Css Color HEX #5550AD Rich Blue

📋 copy color: '#5550AD'

red 85 ◦ green 80 ◦ blue 173

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

Shades of Rich Blue #5550AD

Tints of Rich Blue #5550AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 25.15%
G = 23.67%
B = 51.18%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5550AD (or 0x5550AD) is known color: Rich Blue. HEX triplet: 55, 50 and AD. RGB value is (85,80,173). Sum of RGB (Red+Green+Blue) = 85+80+173=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #5550AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550AD is #AAAF52. Grayscale: #5B5B5B. Windows color (decimal): -11186003 or 11358293. OLE color: 11358293.

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

Color convert

RGB 85 80 173 -
CMYK 0.51 0.54 0 0.32
HSL 243.23º 0.37% 0.5% -
HSV(B) 243.23º 0.54% 0.68% -
XYZ 14.16 10.69 40.85 -
YUV 92.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 85 80 173 0.51 0.54 0 0.32 243.23 0.37 0.5
Hex 55 50 AD 33 36 0 20 F3 25 32
Octal 125 120 255 63 66 0 40 363 45 62
Binary 1010101 1010000 10101101 110011 110110 0 100000 11110011 100101 110010

Color Harmonies of #5550AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550AD

Black with #5550AD

Text Example


Text Example

White with #5550AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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