Html Css Color HEX #5464AC Rich Blue

📋 copy color: '#5464AC'

red 84 ◦ green 100 ◦ blue 172

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

Shades of Rich Blue #5464AC

Tints of Rich Blue #5464AC

RGB

 RED value IS 84 (33.2% from 255) = 23.6%

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 23.6%
G = 28.09%
B = 48.31%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5464AC (or 0x5464AC) is known color: Rich Blue. HEX triplet: 54, 64 and AC. RGB value is (84,100,172). Sum of RGB (Red+Green+Blue) = 84+100+172=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5464AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5464AC is #AB9B53. Grayscale: #676767. Windows color (decimal): -11246420 or 11297876. OLE color: 11297876.

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

Color convert

RGB 84 100 172 -
CMYK 0.51 0.42 0 0.33
HSL 229.09º 0.35% 0.5% -
HSV(B) 229.09º 0.51% 0.67% -
XYZ 15.66 13.98 40.9 -
YUV 103.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 84 100 172 0.51 0.42 0 0.33 229.09 0.35 0.5
Hex 54 64 AC 33 2A 0 21 E5 23 32
Octal 124 144 254 63 52 0 41 345 43 62
Binary 1010100 1100100 10101100 110011 101010 0 100001 11100101 100011 110010

Color Harmonies of #5464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5464AC

Black with #5464AC

Text Example


Text Example

White with #5464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5464AC;
 }
 .AnyTagClassName
 {
   color: #5464AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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