#5154AD

Color #5154AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5154AD

Tints of Rich Blue #5154AD

Color information

#5154AD (or 0x5154AD) is unknown color: approx 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

RGB8184173-
CMYK0.530.5100.32
HSL238.04º36.22%49.8%-
HSV(B)238.04º53.18%67.84%-
XYZ14.1111.1140.94-
YUV93.25173.01119.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 84 (33.20% 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 (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81841730.530.5100.32238.0436.2249.8
Hex5154AD3533020ee2432
Octal12112425565630403564462
Binary1010001101010010101101110101110011010000011101110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5154AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>