Html Css Color HEX #5154AE Rich Blue

📋 copy color: '#5154AE'

red 81 ◦ green 84 ◦ blue 174

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

Shades of Rich Blue #5154AE

Tints of Rich Blue #5154AE

RGB

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

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

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

R = 23.89%
G = 24.78%
B = 51.33%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5154AE (or 0x5154AE) is known color: Rich Blue. HEX triplet: 51, 54 and AE. RGB value is (81,84,174). Sum of RGB (Red+Green+Blue) = 81+84+174=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #5154AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5154AE is #AEAB51. Grayscale: #5D5D5D. Windows color (decimal): -11447122 or 11424849. OLE color: 11424849.

HSL color Cylindrical-coordinate representation of color #5154AE: hue angle of 238.06º 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 #5154AE is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 84 174 -
CMYK 0.53 0.52 0 0.32
HSL 238.06º 0.36% 0.5% -
HSV(B) 238.06º 0.53% 0.68% -
XYZ 14.2 11.15 41.45 -
YUV 93.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 81 84 174 0.53 0.52 0 0.32 238.06 0.36 0.5
Hex 51 54 AE 35 34 0 20 EE 24 32
Octal 121 124 256 65 64 0 40 356 44 62
Binary 1010001 1010100 10101110 110101 110100 0 100000 11101110 100100 110010

Color Harmonies of #5154AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5154AE

Black with #5154AE

Text Example


Text Example

White with #5154AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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