Html Css Color HEX #5548AA Rich Blue

📋 copy color: '#5548AA'

red 85 ◦ green 72 ◦ blue 170

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

Shades of Rich Blue #5548AA

Tints of Rich Blue #5548AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.02%

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 25.99%
G = 22.02%
B = 51.99%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5548AA (or 0x5548AA) is known color: Rich Blue. HEX triplet: 55, 48 and AA. RGB value is (85,72,170). Sum of RGB (Red+Green+Blue) = 85+72+170=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #5548AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5548AA is #AAB755. Grayscale: #565656. Windows color (decimal): -11188054 or 11159637. OLE color: 11159637.

HSL color Cylindrical-coordinate representation of color #5548AA: hue angle of 247.96º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5548AA is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 72 170 -
CMYK 0.50 0.58 0 0.33
HSL 247.96º 0.4% 0.47% -
HSV(B) 247.96º 0.58% 0.67% -
XYZ 13.32 9.47 39.16 -
YUV 87.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 85 72 170 0.50 0.58 0 0.33 247.96 0.4 0.47
Hex 55 48 AA 32 3A 0 21 F8 28 2F
Octal 125 110 252 62 72 0 41 370 50 57
Binary 1010101 1001000 10101010 110010 111010 0 100001 11111000 101000 101111

Color Harmonies of #5548AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548AA

Black with #5548AA

Text Example


Text Example

White with #5548AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5548AA; }

 p { color: rgb(85,72,170); }

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

background-color css

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

 a { background-color: rgb(85,72,170); }

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

border-color css

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

 span { border-color: rgb(85,72,170); }

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