#5548BE

Color #5548BE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5548BE

Tints of Rich Blue #5548BE

Color information

#5548BE (or 0x5548BE) is unknown color: approx 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

RGB8572190-
CMYK0.550.6200.25
HSL246.61º47.58%51.37%-
HSV(B)246.61º62.11%74.51%-
XYZ15.3610.2849.89-
YUV89.34184.81124.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.50%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=24.50%
G=20.75%
B=54.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85721900.550.6200.25246.6147.5851.37
Hex5548BE373E019f73033
Octal12511027667760313676063
Binary101010110010001011111011011111111001100111110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5548BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>