#5554BD

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

Shades of Rich Blue #5554BD

Tints of Rich Blue #5554BD

Color information

#5554BD (or 0x5554BD) is unknown color: approx Rich Blue. HEX triplet: 55, 54 and BD. RGB value is (85,84,189). Sum of RGB (Red+Green+Blue) = 85+84+189=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #5554BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554BD is #AAAB42. Grayscale: #5F5F5F. Windows color (decimal): -11184963 or 12407893. OLE color: 12407893.

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

Color convert

RGB8584189-
CMYK0.550.5600.26
HSL240.57º44.3%53.53%-
HSV(B)240.57º55.56%74.12%-
XYZ16.111.9549.6-
YUV96.27180.33119.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=23.74%
G=23.46%
B=52.79%

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
Decimal85841890.550.5600.26240.5744.353.53
Hex5554BD373801Af12c36
Octal12512427567700323615466
Binary101010110101001011110111011111100001101011110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5554BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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