Html Css Color HEX #5450A4 Rich Blue

📋 copy color: '#5450A4'

red 84 ◦ green 80 ◦ blue 164

#5450A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5450A4

Tints of Rich Blue #5450A4

RGB

 RED value IS 84 (33.2% 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 value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5450A4 (or 0x5450A4) is known color: 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

RGB 84 80 164 -
CMYK 0.49 0.51 0 0.36
HSL 242.86º 0.34% 0.48% -
HSV(B) 242.86º 0.51% 0.64% -
XYZ 13.23 10.3 36.41 -
YUV 90.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 84 80 164 0.49 0.51 0 0.36 242.86 0.34 0.48
Hex 54 50 A4 31 33 0 24 F3 22 30
Octal 124 120 244 61 63 0 44 363 42 60
Binary 1010100 1010000 10100100 110001 110011 0 100100 11110011 100010 110000

Color Harmonies of #5450A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5450A4

Black with #5450A4

Text Example


Text Example

White with #5450A4

Text Example


Text Example

HTML Codes & Css Web 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>