Html Css Color HEX #5548BE Rich Blue

📋 copy color: '#5548BE'

red 85 ◦ green 72 ◦ blue 190

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

Shades of Rich Blue #5548BE

Tints of Rich Blue #5548BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

 BLUE value IS 190 (74.61% from 255) = 54.76%

R = 24.5%
G = 20.75%
B = 54.76%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5548BE (or 0x5548BE) is known color: Rich Blue. HEX triplet: 55, 48 and BE. RGB value is (85,72,190). Sum of RGB (Red+Green+Blue) = 85+72+190=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #5548BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548BE is #AAB741. Grayscale: #585858. Windows color (decimal): -11188034 or 12470357. OLE color: 12470357.

HSL color Cylindrical-coordinate representation of color #5548BE: hue angle of 246.61º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5548BE is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 72 190 -
CMYK 0.55 0.62 0 0.25
HSL 246.61º 0.48% 0.51% -
HSV(B) 246.61º 0.62% 0.75% -
XYZ 15.36 10.28 49.89 -
YUV 89.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 85 72 190 0.55 0.62 0 0.25 246.61 0.48 0.51
Hex 55 48 BE 37 3E 0 19 F7 30 33
Octal 125 110 276 67 76 0 31 367 60 63
Binary 1010101 1001000 10111110 110111 111110 0 11001 11110111 110000 110011

Color Harmonies of #5548BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5548BE

Black with #5548BE

Text Example


Text Example

White with #5548BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5548BE; }

 p { color: rgb(85,72,190); }

 H1.HeaderClassName
 {
   color: #5548BE;
 }
 .AnyTagClassName
 {
   color: #5548BE;
 }
</style>

background-color css

<style>
 a { background-color: #5548BE; }

 a { background-color: rgb(85,72,190); }

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

border-color css

<style>
 span { border-color: #5548BE; }

 span { border-color: rgb(85,72,190); }

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