Html Css Color HEX #5541AA Rich Blue

📋 copy color: '#5541AA'

red 85 ◦ green 65 ◦ blue 170

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

Shades of Rich Blue #5541AA

Tints of Rich Blue #5541AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

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

R = 26.56%
G = 20.31%
B = 53.13%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5541AA (or 0x5541AA) is known color: Rich Blue. HEX triplet: 55, 41 and AA. RGB value is (85,65,170). Sum of RGB (Red+Green+Blue) = 85+65+170=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #5541AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5541AA is #AABE55. Grayscale: #525252. Windows color (decimal): -11189846 or 11157845. OLE color: 11157845.

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

Color convert

RGB 85 65 170 -
CMYK 0.50 0.62 0 0.33
HSL 251.43º 0.45% 0.46% -
HSV(B) 251.43º 0.62% 0.67% -
XYZ 12.89 8.61 39.01 -
YUV 82.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 85 65 170 0.50 0.62 0 0.33 251.43 0.45 0.46
Hex 55 41 AA 32 3E 0 21 FB 2D 2E
Octal 125 101 252 62 76 0 41 373 55 56
Binary 1010101 1000001 10101010 110010 111110 0 100001 11111011 101101 101110

Color Harmonies of #5541AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5541AA

Black with #5541AA

Text Example


Text Example

White with #5541AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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