#5147BC

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

Shades of Rich Blue #5147BC

Tints of Rich Blue #5147BC

Color information

#5147BC (or 0x5147BC) is unknown color: approx Rich Blue. HEX triplet: 51, 47 and BC. RGB value is (81,71,188). Sum of RGB (Red+Green+Blue) = 81+71+188=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #5147BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5147BC is #AEB843. Grayscale: #565656. Windows color (decimal): -11450436 or 12339025. OLE color: 12339025.

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

Color convert

RGB8171188-
CMYK0.570.6200.26
HSL245.13º46.61%50.78%-
HSV(B)245.13º62.23%73.73%-
XYZ14.729.8948.71-
YUV87.33184.81123.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 188 (73.83% from 255) = 55.29%
R=23.82%
G=20.88%
B=55.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81711880.570.6200.26245.1346.6150.78
Hex5147BC393E01Af52f33
Octal12110727471760323655763
Binary101000110001111011110011100111111001101011110101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5147BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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