Html Css Color HEX #5551AA Rich Blue

📋 copy color: '#5551AA'

red 85 ◦ green 81 ◦ blue 170

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

Shades of Rich Blue #5551AA

Tints of Rich Blue #5551AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 25.3%
G = 24.11%
B = 50.6%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5551AA (or 0x5551AA) is known color: Rich Blue. HEX triplet: 55, 51 and AA. RGB value is (85,81,170). Sum of RGB (Red+Green+Blue) = 85+81+170=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #5551AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5551AA is #AAAE55. Grayscale: #5B5B5B. Windows color (decimal): -11185750 or 11161941. OLE color: 11161941.

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

Color convert

RGB 85 81 170 -
CMYK 0.50 0.52 0 0.33
HSL 242.7º 0.35% 0.49% -
HSV(B) 242.7º 0.52% 0.67% -
XYZ 13.94 10.72 39.36 -
YUV 92.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 85 81 170 0.50 0.52 0 0.33 242.7 0.35 0.49
Hex 55 51 AA 32 34 0 21 F3 23 31
Octal 125 121 252 62 64 0 41 363 43 61
Binary 1010101 1010001 10101010 110010 110100 0 100001 11110011 100011 110001

Color Harmonies of #5551AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5551AA

Black with #5551AA

Text Example


Text Example

White with #5551AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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