#5455BE

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

Shades of Rich Blue #5455BE

Tints of Rich Blue #5455BE

Color information

#5455BE (or 0x5455BE) is unknown color: approx Rich Blue. HEX triplet: 54, 55 and BE. RGB value is (84,85,190). Sum of RGB (Red+Green+Blue) = 84+85+190=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #5455BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5455BE is #ABAA41. Grayscale: #606060. Windows color (decimal): -11250242 or 12473684. OLE color: 12473684.

HSL color Cylindrical-coordinate representation of color #5455BE: hue angle of 239.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5455BE is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8485190-
CMYK0.560.5500.25
HSL239.43º44.92%53.73%-
HSV(B)239.43º55.79%74.51%-
XYZ16.212.150.2-
YUV96.67180.67118.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=23.40%
G=23.68%
B=52.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84851900.560.5500.25239.4344.9253.73
Hex5455BE3837019ef2d36
Octal12412527670670313575566
Binary101010010101011011111011100011011101100111101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5455BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5455BE; }

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

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

<style>
 a { background-color: #5455BE; }

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

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

<style>
 span { border-color: #5455BE; }

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

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