Html Css Color HEX #5542BA Rich Blue

📋 copy color: '#5542BA'

red 85 ◦ green 66 ◦ blue 186

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

Shades of Rich Blue #5542BA

Tints of Rich Blue #5542BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 25.22%
G = 19.58%
B = 55.19%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5542BA (or 0x5542BA) is known color: Rich Blue. HEX triplet: 55, 42 and BA. RGB value is (85,66,186). Sum of RGB (Red+Green+Blue) = 85+66+186=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #5542BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5542BA is #AABD45. Grayscale: #545454. Windows color (decimal): -11189574 or 12206677. OLE color: 12206677.

HSL color Cylindrical-coordinate representation of color #5542BA: hue angle of 249.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5542BA is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 66 186 -
CMYK 0.54 0.65 0 0.27
HSL 249.5º 0.48% 0.49% -
HSV(B) 249.5º 0.65% 0.73% -
XYZ 14.56 9.37 47.5 -
YUV 85.36 184.79 127.74 -
System Red Green Blue C M Y K H S L
Decimal 85 66 186 0.54 0.65 0 0.27 249.5 0.48 0.49
Hex 55 42 BA 36 41 0 1B FA 30 31
Octal 125 102 272 66 101 0 33 372 60 61
Binary 1010101 1000010 10111010 110110 1000001 0 11011 11111010 110000 110001

Color Harmonies of #5542BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5542BA

Black with #5542BA

Text Example


Text Example

White with #5542BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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