#5553BD

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

Shades of Rich Blue #5553BD

Tints of Rich Blue #5553BD

Color information

#5553BD (or 0x5553BD) is unknown color: approx Rich Blue. HEX triplet: 55, 53 and BD. RGB value is (85,83,189). Sum of RGB (Red+Green+Blue) = 85+83+189=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #5553BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5553BD is #AAAC42. Grayscale: #5F5F5F. Windows color (decimal): -11185219 or 12407637. OLE color: 12407637.

HSL color Cylindrical-coordinate representation of color #5553BD: hue angle of 241.13º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5553BD is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8583189-
CMYK0.550.5600.26
HSL241.13º44.54%53.33%-
HSV(B)241.13º56.08%74.12%-
XYZ16.0211.7949.58-
YUV95.68180.66120.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=23.81%
G=23.25%
B=52.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85831890.550.5600.26241.1344.5453.33
Hex5553BD373801Af12d35
Octal12512327567700323615565
Binary101010110100111011110111011111100001101011110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5553BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5553BD; }

 p { color: rgb(85,83,189); }

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

<style>
 a { background-color: #5553BD; }

 a { background-color: rgb(85,83,189); }

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

<style>
 span { border-color: #5553BD; }

 span { border-color: rgb(85,83,189); }

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