#5554BC

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

Shades of Rich Blue #5554BC

Tints of Rich Blue #5554BC

Color information

#5554BC (or 0x5554BC) is unknown color: approx Rich Blue. HEX triplet: 55, 54 and BC. RGB value is (85,84,188). Sum of RGB (Red+Green+Blue) = 85+84+188=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #5554BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5554BC is #AAAB43. Grayscale: #5F5F5F. Windows color (decimal): -11184964 or 12342357. OLE color: 12342357.

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

Color convert

RGB8584188-
CMYK0.550.5500.26
HSL240.58º43.7%53.33%-
HSV(B)240.58º55.32%73.73%-
XYZ15.9911.949.03-
YUV96.16179.83120.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=23.81%
G=23.53%
B=52.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85841880.550.5500.26240.5843.753.33
Hex5554BC373701Af12c35
Octal12512427467670323615465
Binary101010110101001011110011011111011101101011110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5554BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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