Html Css Color HEX #5461AD Rich Blue

📋 copy color: '#5461AD'

red 84 ◦ green 97 ◦ blue 173

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

Shades of Rich Blue #5461AD

Tints of Rich Blue #5461AD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 23.73%
G = 27.4%
B = 48.87%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5461AD (or 0x5461AD) is known color: Rich Blue. HEX triplet: 54, 61 and AD. RGB value is (84,97,173). Sum of RGB (Red+Green+Blue) = 84+97+173=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #5461AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5461AD is #AB9E52. Grayscale: #656565. Windows color (decimal): -11247187 or 11362644. OLE color: 11362644.

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

Color convert

RGB 84 97 173 -
CMYK 0.51 0.44 0 0.32
HSL 231.24º 0.35% 0.5% -
HSV(B) 231.24º 0.51% 0.68% -
XYZ 15.47 13.45 41.32 -
YUV 101.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 84 97 173 0.51 0.44 0 0.32 231.24 0.35 0.5
Hex 54 61 AD 33 2C 0 20 E7 23 32
Octal 124 141 255 63 54 0 40 347 43 62
Binary 1010100 1100001 10101101 110011 101100 0 100000 11100111 100011 110010

Color Harmonies of #5461AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5461AD

Black with #5461AD

Text Example


Text Example

White with #5461AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5461AD;
 }
 .AnyTagClassName
 {
   color: #5461AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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