#5450BF

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

Shades of Rich Blue #5450BF

Tints of Rich Blue #5450BF

Color information

#5450BF (or 0x5450BF) is unknown color: approx Rich Blue. HEX triplet: 54, 50 and BF. RGB value is (84,80,191). Sum of RGB (Red+Green+Blue) = 84+80+191=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #5450BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450BF is #ABAF40. Grayscale: #5D5D5D. Windows color (decimal): -11251521 or 12537940. OLE color: 12537940.

HSL color Cylindrical-coordinate representation of color #5450BF: hue angle of 242.16º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5450BF is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8480191-
CMYK0.560.5800.25
HSL242.16º46.44%53.14%-
HSV(B)242.16º58.12%74.9%-
XYZ15.9311.3850.65-
YUV93.85182.83120.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 191 (75% from 255) = 53.80%
R=23.66%
G=22.54%
B=53.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84801910.560.5800.25242.1646.4453.14
Hex5450BF383A019f22e35
Octal12412027770720313625665
Binary101010010100001011111111100011101001100111110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5450BF; }

 p { color: rgb(84,80,191); }

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

<style>
 a { background-color: #5450BF; }

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

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

<style>
 span { border-color: #5450BF; }

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

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