#5450AC

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

Shades of Rich Blue #5450AC

Tints of Rich Blue #5450AC

Color information

#5450AC (or 0x5450AC) is unknown color: approx Rich Blue. HEX triplet: 54, 50 and AC. RGB value is (84,80,172). Sum of RGB (Red+Green+Blue) = 84+80+172=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #5450AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5450AC is #ABAF53. Grayscale: #5B5B5B. Windows color (decimal): -11251540 or 11292756. OLE color: 11292756.

HSL color Cylindrical-coordinate representation of color #5450AC: hue angle of 242.61º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5450AC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8480172-
CMYK0.510.5300.33
HSL242.61º36.51%49.41%-
HSV(B)242.61º53.49%67.45%-
XYZ13.9710.640.34-
YUV91.68173.33122.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=25%
G=23.81%
B=51.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84801720.510.5300.33242.6136.5149.41
Hex5450AC3335021f32531
Octal12412025463650413634561
Binary1010100101000010101100110011110101010000111110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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