Html Css Color HEX #5549BA Rich Blue

📋 copy color: '#5549BA'

red 85 ◦ green 73 ◦ blue 186

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

Shades of Rich Blue #5549BA

Tints of Rich Blue #5549BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

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

R = 24.71%
G = 21.22%
B = 54.07%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5549BA (or 0x5549BA) is known color: Rich Blue. HEX triplet: 55, 49 and BA. RGB value is (85,73,186). Sum of RGB (Red+Green+Blue) = 85+73+186=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #5549BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5549BA is #AAB645. Grayscale: #595959. Windows color (decimal): -11187782 or 12208469. OLE color: 12208469.

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

Color convert

RGB 85 73 186 -
CMYK 0.54 0.61 0 0.27
HSL 246.37º 0.45% 0.51% -
HSV(B) 246.37º 0.61% 0.73% -
XYZ 14.99 10.24 47.64 -
YUV 89.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 85 73 186 0.54 0.61 0 0.27 246.37 0.45 0.51
Hex 55 49 BA 36 3D 0 1B F6 2D 33
Octal 125 111 272 66 75 0 33 366 55 63
Binary 1010101 1001001 10111010 110110 111101 0 11011 11110110 101101 110011

Color Harmonies of #5549BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5549BA

Black with #5549BA

Text Example


Text Example

White with #5549BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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