#5548B7

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

Shades of Rich Blue #5548B7

Tints of Rich Blue #5548B7

Color information

#5548B7 (or 0x5548B7) is unknown color: approx Rich Blue. HEX triplet: 55, 48 and B7. RGB value is (85,72,183). Sum of RGB (Red+Green+Blue) = 85+72+183=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #5548B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548B7 is #AAB748. Grayscale: #585858. Windows color (decimal): -11188041 or 12011605. OLE color: 12011605.

HSL color Cylindrical-coordinate representation of color #5548B7: hue angle of 247.03º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5548B7 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8572183-
CMYK0.540.6100.28
HSL247.03º43.53%50%-
HSV(B)247.03º60.66%71.76%-
XYZ14.619.9845.96-
YUV88.54181.31125.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 183 (71.88% from 255) = 53.82%
R=25%
G=21.18%
B=53.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85721830.540.6100.28247.0343.5350
Hex5548B7363D01Cf72c32
Octal12511026766750343675462
Binary101010110010001011011111011011110101110011110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5548B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5548B7;
 }
 .AnyTagClassName
 {
   color: #5548B7;
 }
</style>
background-color css

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

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

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

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

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

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