Html Css Color HEX #5461AC Rich Blue

📋 copy color: '#5461AC'

red 84 ◦ green 97 ◦ blue 172

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

Shades of Rich Blue #5461AC

Tints of Rich Blue #5461AC

RGB

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

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

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

R = 23.8%
G = 27.48%
B = 48.73%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5461AC (or 0x5461AC) is known color: Rich Blue. HEX triplet: 54, 61 and AC. RGB value is (84,97,172). Sum of RGB (Red+Green+Blue) = 84+97+172=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5461AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5461AC is #AB9E53. Grayscale: #656565. Windows color (decimal): -11247188 or 11297108. OLE color: 11297108.

HSL color Cylindrical-coordinate representation of color #5461AC: hue angle of 231.14º 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 #5461AC is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 97 172 -
CMYK 0.51 0.44 0 0.33
HSL 231.14º 0.35% 0.5% -
HSV(B) 231.14º 0.51% 0.67% -
XYZ 15.38 13.41 40.81 -
YUV 101.66 167.69 115.4 -
System Red Green Blue C M Y K H S L
Decimal 84 97 172 0.51 0.44 0 0.33 231.14 0.35 0.5
Hex 54 61 AC 33 2C 0 21 E7 23 32
Octal 124 141 254 63 54 0 41 347 43 62
Binary 1010100 1100001 10101100 110011 101100 0 100001 11100111 100011 110010

Color Harmonies of #5461AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5461AC

Black with #5461AC

Text Example


Text Example

White with #5461AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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