Html Css Color HEX #5550AE Rich Blue

📋 copy color: '#5550AE'

red 85 ◦ green 80 ◦ blue 174

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

Shades of Rich Blue #5550AE

Tints of Rich Blue #5550AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.33%

R = 25.07%
G = 23.6%
B = 51.33%

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

#5550AE (or 0x5550AE) is known color: Rich Blue. HEX triplet: 55, 50 and AE. RGB value is (85,80,174). Sum of RGB (Red+Green+Blue) = 85+80+174=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #5550AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5550AE is #AAAF51. Grayscale: #5B5B5B. Windows color (decimal): -11186002 or 11423829. OLE color: 11423829.

HSL color Cylindrical-coordinate representation of color #5550AE: hue angle of 243.19º 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 #5550AE is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 80 174 -
CMYK 0.51 0.54 0 0.32
HSL 243.19º 0.37% 0.5% -
HSV(B) 243.19º 0.54% 0.68% -
XYZ 14.25 10.72 41.36 -
YUV 92.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 85 80 174 0.51 0.54 0 0.32 243.19 0.37 0.5
Hex 55 50 AE 33 36 0 20 F3 25 32
Octal 125 120 256 63 66 0 40 363 45 62
Binary 1010101 1010000 10101110 110011 110110 0 100000 11110011 100101 110010

Color Harmonies of #5550AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5550AE

Black with #5550AE

Text Example


Text Example

White with #5550AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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