Html Css Color HEX #5542AE Rich Blue

📋 copy color: '#5542AE'

red 85 ◦ green 66 ◦ blue 174

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

Shades of Rich Blue #5542AE

Tints of Rich Blue #5542AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 26.15%
G = 20.31%
B = 53.54%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5542AE (or 0x5542AE) is known color: Rich Blue. HEX triplet: 55, 42 and AE. RGB value is (85,66,174). Sum of RGB (Red+Green+Blue) = 85+66+174=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #5542AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5542AE is #AABD51. Grayscale: #535353. Windows color (decimal): -11189586 or 11420245. OLE color: 11420245.

HSL color Cylindrical-coordinate representation of color #5542AE: hue angle of 250.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5542AE is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 66 174 -
CMYK 0.51 0.62 0 0.32
HSL 250.56º 0.45% 0.47% -
HSV(B) 250.56º 0.62% 0.68% -
XYZ 13.33 8.88 41.06 -
YUV 83.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 85 66 174 0.51 0.62 0 0.32 250.56 0.45 0.47
Hex 55 42 AE 33 3E 0 20 FB 2D 2F
Octal 125 102 256 63 76 0 40 373 55 57
Binary 1010101 1000010 10101110 110011 111110 0 100000 11111011 101101 101111

Color Harmonies of #5542AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5542AE

Black with #5542AE

Text Example


Text Example

White with #5542AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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