Html Css Color HEX #5154AD Rich Blue

📋 copy color: '#5154AD'

red 81 ◦ green 84 ◦ blue 173

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

Shades of Rich Blue #5154AD

Tints of Rich Blue #5154AD

RGB

 RED value IS 81 (32.03% from 255) = 23.96%

 GREEN value IS 84 (33.2% from 255) = 24.85%

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

R = 23.96%
G = 24.85%
B = 51.18%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5154AD (or 0x5154AD) is known color: Rich Blue. HEX triplet: 51, 54 and AD. RGB value is (81,84,173). Sum of RGB (Red+Green+Blue) = 81+84+173=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #5154AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5154AD is #AEAB52. Grayscale: #5C5C5C. Windows color (decimal): -11447123 or 11359313. OLE color: 11359313.

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

Color convert

RGB 81 84 173 -
CMYK 0.53 0.51 0 0.32
HSL 238.04º 0.36% 0.5% -
HSV(B) 238.04º 0.53% 0.68% -
XYZ 14.11 11.11 40.94 -
YUV 93.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 81 84 173 0.53 0.51 0 0.32 238.04 0.36 0.5
Hex 51 54 AD 35 33 0 20 EE 24 32
Octal 121 124 255 65 63 0 40 356 44 62
Binary 1010001 1010100 10101101 110101 110011 0 100000 11101110 100100 110010

Color Harmonies of #5154AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5154AD

Black with #5154AD

Text Example


Text Example

White with #5154AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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