Html Css Color HEX #5461AE Rich Blue

📋 copy color: '#5461AE'

red 84 ◦ green 97 ◦ blue 174

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

Shades of Rich Blue #5461AE

Tints of Rich Blue #5461AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 23.66%
G = 27.32%
B = 49.01%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5461AE (or 0x5461AE) is known color: Rich Blue. HEX triplet: 54, 61 and AE. RGB value is (84,97,174). Sum of RGB (Red+Green+Blue) = 84+97+174=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #5461AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5461AE is #AB9E51. Grayscale: #656565. Windows color (decimal): -11247186 or 11428180. OLE color: 11428180.

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

Color convert

RGB 84 97 174 -
CMYK 0.52 0.44 0 0.32
HSL 231.33º 0.36% 0.51% -
HSV(B) 231.33º 0.52% 0.68% -
XYZ 15.57 13.49 41.83 -
YUV 101.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 84 97 174 0.52 0.44 0 0.32 231.33 0.36 0.51
Hex 54 61 AE 34 2C 0 20 E7 24 33
Octal 124 141 256 64 54 0 40 347 44 63
Binary 1010100 1100001 10101110 110100 101100 0 100000 11100111 100100 110011

Color Harmonies of #5461AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5461AE

Black with #5461AE

Text Example


Text Example

White with #5461AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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