#5548B3

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

Shades of Rich Blue #5548B3

Tints of Rich Blue #5548B3

Color information

#5548B3 (or 0x5548B3) is unknown color: approx Rich Blue. HEX triplet: 55, 48 and B3. RGB value is (85,72,179). Sum of RGB (Red+Green+Blue) = 85+72+179=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #5548B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5548B3 is #AAB74C. Grayscale: #575757. Windows color (decimal): -11188045 or 11749461. OLE color: 11749461.

HSL color Cylindrical-coordinate representation of color #5548B3: hue angle of 247.29º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5548B3 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8572179-
CMYK0.530.6000.30
HSL247.29º42.63%49.22%-
HSV(B)247.29º59.78%70.2%-
XYZ14.29.8243.79-
YUV88.08179.31125.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=25.30%
G=21.43%
B=53.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85721790.530.6000.30247.2942.6349.22
Hex5548B3353C01Ef72b31
Octal12511026365740363675361
Binary101010110010001011001111010111110001111011110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5548B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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