#5144C1

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

Shades of Rich Blue #5144C1

Tints of Rich Blue #5144C1

Color information

#5144C1 (or 0x5144C1) is unknown color: approx Rich Blue. HEX triplet: 51, 44 and C1. RGB value is (81,68,193). Sum of RGB (Red+Green+Blue) = 81+68+193=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 193 (75.78% from 255 or 56.43% from 342); Max value from RGB is 193 - color contains mainly: blue. Hex color #5144C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5144C1 is #AEBB3E. Grayscale: #555555. Windows color (decimal): -11451199 or 12665937. OLE color: 12665937.

HSL color Cylindrical-coordinate representation of color #5144C1: hue angle of 246.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5144C1 is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8168193-
CMYK0.580.6500.24
HSL246.24º50.2%51.18%-
HSV(B)246.24º64.77%75.69%-
XYZ15.099.7351.54-
YUV86.14188.31124.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 68 (26.95% from 255) = 19.88%
BLUE value IS 193 (75.78% from 255) = 56.43%
R=23.68%
G=19.88%
B=56.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81681930.580.6500.24246.2450.251.18
Hex5144C13A41018f63233
Octal121104301721010303666263
Binary1010001100010011000001111010100000101100011110110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5144C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5144C1; }

 p { color: rgb(81,68,193); }

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

<style>
 a { background-color: #5144C1; }

 a { background-color: rgb(81,68,193); }

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

<style>
 span { border-color: #5144C1; }

 span { border-color: rgb(81,68,193); }

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