#5450A4

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

Shades of Rich Blue #5450A4

Tints of Rich Blue #5450A4

Color information

#5450A4 (or 0x5450A4) is unknown color: approx Rich Blue. HEX triplet: 54, 50 and A4. RGB value is (84,80,164). Sum of RGB (Red+Green+Blue) = 84+80+164=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #5450A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5450A4 is #ABAF5B. Grayscale: #5A5A5A. Windows color (decimal): -11251548 or 10768468. OLE color: 10768468.

HSL color Cylindrical-coordinate representation of color #5450A4: hue angle of 242.86º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5450A4 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8480164-
CMYK0.490.5100.36
HSL242.86º34.43%47.84%-
HSV(B)242.86º51.22%64.31%-
XYZ13.2310.336.41-
YUV90.77169.33123.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 164 (64.45% from 255) = 50%
R=25.61%
G=24.39%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84801640.490.5100.36242.8634.4347.84
Hex5450A43133024f32230
Octal12412024461630443634260
Binary1010100101000010100100110001110011010010011110011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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