#5154BC

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

Shades of Rich Blue #5154BC

Tints of Rich Blue #5154BC

Color information

#5154BC (or 0x5154BC) is unknown color: approx Rich Blue. HEX triplet: 51, 54 and BC. RGB value is (81,84,188). Sum of RGB (Red+Green+Blue) = 81+84+188=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #5154BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5154BC is #AEAB43. Grayscale: #5E5E5E. Windows color (decimal): -11447108 or 12342353. OLE color: 12342353.

HSL color Cylindrical-coordinate representation of color #5154BC: hue angle of 238.32º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5154BC is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8184188-
CMYK0.570.5500.26
HSL238.32º44.4%52.75%-
HSV(B)238.32º56.91%73.73%-
XYZ15.6411.7249.01-
YUV94.96180.51118.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=22.95%
G=23.80%
B=53.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81841880.570.5500.26238.3244.452.75
Hex5154BC393701Aee2c35
Octal12112427471670323565465
Binary101000110101001011110011100111011101101011101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5154BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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