#5154B0

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

Shades of Rich Blue #5154B0

Tints of Rich Blue #5154B0

Color information

#5154B0 (or 0x5154B0) is unknown color: approx Rich Blue. HEX triplet: 51, 54 and B0. RGB value is (81,84,176). Sum of RGB (Red+Green+Blue) = 81+84+176=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #5154B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5154B0 is #AEAB4F. Grayscale: #5D5D5D. Windows color (decimal): -11447120 or 11555921. OLE color: 11555921.

HSL color Cylindrical-coordinate representation of color #5154B0: hue angle of 238.11º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5154B0 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8184176-
CMYK0.540.5200.31
HSL238.11º37.55%50.39%-
HSV(B)238.11º53.98%69.02%-
XYZ14.411.2242.48-
YUV93.59174.51119.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 176 (69.14% from 255) = 51.61%
R=23.75%
G=24.63%
B=51.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81841760.540.5200.31238.1137.5550.39
Hex5154B0363401Fee2632
Octal12112426066640373564662
Binary101000110101001011000011011011010001111111101110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5154B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5154B0;
 }
 .AnyTagClassName
 {
   color: #5154B0;
 }
</style>
background-color css

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

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

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

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

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

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