#5547B5

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

Shades of Rich Blue #5547B5

Tints of Rich Blue #5547B5

Color information

#5547B5 (or 0x5547B5) is unknown color: approx Rich Blue. HEX triplet: 55, 47 and B5. RGB value is (85,71,181). Sum of RGB (Red+Green+Blue) = 85+71+181=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 181 (71.09% from 255 or 53.71% from 337); Max value from RGB is 181 - color contains mainly: blue. Hex color #5547B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5547B5 is #AAB84A. Grayscale: #575757. Windows color (decimal): -11188299 or 11880277. OLE color: 11880277.

HSL color Cylindrical-coordinate representation of color #5547B5: hue angle of 247.64º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5547B5 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8571181-
CMYK0.530.6100.29
HSL247.64º43.65%49.41%-
HSV(B)247.64º60.77%70.98%-
XYZ14.349.7744.85-
YUV87.73180.64126.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 181 (71.09% from 255) = 53.71%
R=25.22%
G=21.07%
B=53.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85711810.530.6100.29247.6443.6549.41
Hex5547B5353D01Df82c31
Octal12510726565750353705461
Binary101010110001111011010111010111110101110111111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5547B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5547B5; }

 p { color: rgb(85,71,181); }

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

<style>
 a { background-color: #5547B5; }

 a { background-color: rgb(85,71,181); }

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

<style>
 span { border-color: #5547B5; }

 span { border-color: rgb(85,71,181); }

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