Html Css Color HEX #5460AB Rich Blue

📋 copy color: '#5460AB'

red 84 ◦ green 96 ◦ blue 171

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

Shades of Rich Blue #5460AB

Tints of Rich Blue #5460AB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 23.93%
G = 27.35%
B = 48.72%

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

#5460AB (or 0x5460AB) is known color: Rich Blue. HEX triplet: 54, 60 and AB. RGB value is (84,96,171). Sum of RGB (Red+Green+Blue) = 84+96+171=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #5460AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5460AB is #AB9F54. Grayscale: #646464. Windows color (decimal): -11247445 or 11231316. OLE color: 11231316.

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

Color convert

RGB 84 96 171 -
CMYK 0.51 0.44 0 0.33
HSL 231.72º 0.34% 0.5% -
HSV(B) 231.72º 0.51% 0.67% -
XYZ 15.19 13.19 40.27 -
YUV 100.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 84 96 171 0.51 0.44 0 0.33 231.72 0.34 0.5
Hex 54 60 AB 33 2C 0 21 E8 22 32
Octal 124 140 253 63 54 0 41 350 42 62
Binary 1010100 1100000 10101011 110011 101100 0 100001 11101000 100010 110010

Color Harmonies of #5460AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5460AB

Black with #5460AB

Text Example


Text Example

White with #5460AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5460AB; }

 p { color: rgb(84,96,171); }

 H1.HeaderClassName
 {
   color: #5460AB;
 }
 .AnyTagClassName
 {
   color: #5460AB;
 }
</style>

background-color css

<style>
 a { background-color: #5460AB; }

 a { background-color: rgb(84,96,171); }

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

border-color css

<style>
 span { border-color: #5460AB; }

 span { border-color: rgb(84,96,171); }

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