#5147B6

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

Shades of Rich Blue #5147B6

Tints of Rich Blue #5147B6

Color information

#5147B6 (or 0x5147B6) is unknown color: approx Rich Blue. HEX triplet: 51, 47 and B6. RGB value is (81,71,182). Sum of RGB (Red+Green+Blue) = 81+71+182=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 182 (71.48% from 255 or 54.49% from 334); Max value from RGB is 182 - color contains mainly: blue. Hex color #5147B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5147B6 is #AEB849. Grayscale: #565656. Windows color (decimal): -11450442 or 11945809. OLE color: 11945809.

HSL color Cylindrical-coordinate representation of color #5147B6: hue angle of 245.41º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5147B6 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8171182-
CMYK0.550.6100.29
HSL245.41º43.87%49.61%-
HSV(B)245.41º60.99%71.37%-
XYZ14.099.6345.37-
YUV86.64181.81123.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 71 (28.12% from 255) = 21.26%
BLUE value IS 182 (71.48% from 255) = 54.49%
R=24.25%
G=21.26%
B=54.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81711820.550.6100.29245.4143.8749.61
Hex5147B6373D01Df52c32
Octal12110726667750353655462
Binary101000110001111011011011011111110101110111110101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5147B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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