#5454BB

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

Shades of Rich Blue #5454BB

Tints of Rich Blue #5454BB

Color information

#5454BB (or 0x5454BB) is unknown color: approx Rich Blue. HEX triplet: 54, 54 and BB. RGB value is (84,84,187). Sum of RGB (Red+Green+Blue) = 84+84+187=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #5454BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5454BB is #ABAB44. Grayscale: #5F5F5F. Windows color (decimal): -11250501 or 12276820. OLE color: 12276820.

HSL color Cylindrical-coordinate representation of color #5454BB: hue angle of 240º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5454BB is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8484187-
CMYK0.550.5500.27
HSL240º43.1%53.14%-
HSV(B)240º55.08%73.33%-
XYZ15.811.8148.46-
YUV95.74179.5119.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=23.66%
G=23.66%
B=52.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84841870.550.5500.2724043.153.14
Hex5454BB373701Bf02b35
Octal12412427367670333605365
Binary101010010101001011101111011111011101101111110000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5454BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5454BB; }

 p { color: rgb(84,84,187); }

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

<style>
 a { background-color: #5454BB; }

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

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

<style>
 span { border-color: #5454BB; }

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

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