Html Css Color HEX #5550AA Rich Blue

📋 copy color: '#5550AA'

red 85 ◦ green 80 ◦ blue 170

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

Shades of Rich Blue #5550AA

Tints of Rich Blue #5550AA

RGB

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

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

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

R = 25.37%
G = 23.88%
B = 50.75%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5550AA (or 0x5550AA) is known color: Rich Blue. HEX triplet: 55, 50 and AA. RGB value is (85,80,170). Sum of RGB (Red+Green+Blue) = 85+80+170=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #5550AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550AA is #AAAF55. Grayscale: #5B5B5B. Windows color (decimal): -11186006 or 11161685. OLE color: 11161685.

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

Color convert

RGB 85 80 170 -
CMYK 0.50 0.53 0 0.33
HSL 243.33º 0.36% 0.49% -
HSV(B) 243.33º 0.53% 0.67% -
XYZ 13.87 10.57 39.34 -
YUV 91.76 172.16 123.18 -
System Red Green Blue C M Y K H S L
Decimal 85 80 170 0.50 0.53 0 0.33 243.33 0.36 0.49
Hex 55 50 AA 32 35 0 21 F3 24 31
Octal 125 120 252 62 65 0 41 363 44 61
Binary 1010101 1010000 10101010 110010 110101 0 100001 11110011 100100 110001

Color Harmonies of #5550AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550AA

Black with #5550AA

Text Example


Text Example

White with #5550AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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