#5450AD

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

Shades of Rich Blue #5450AD

Tints of Rich Blue #5450AD

Color information

#5450AD (or 0x5450AD) is unknown color: approx Rich Blue. HEX triplet: 54, 50 and AD. RGB value is (84,80,173). Sum of RGB (Red+Green+Blue) = 84+80+173=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #5450AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5450AD is #ABAF52. Grayscale: #5B5B5B. Windows color (decimal): -11251539 or 11358292. OLE color: 11358292.

HSL color Cylindrical-coordinate representation of color #5450AD: hue angle of 242.58º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5450AD is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8480173-
CMYK0.510.5400.32
HSL242.58º36.76%49.61%-
HSV(B)242.58º53.76%67.84%-
XYZ14.0710.6440.85-
YUV91.8173.83122.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=24.93%
G=23.74%
B=51.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84801730.510.5400.32242.5836.7649.61
Hex5450AD3336020f32532
Octal12412025563660403634562
Binary1010100101000010101101110011110110010000011110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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