#5143A4

Color #5143A4 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #5143A4

Tints of Blue Gem #5143A4

Color information

#5143A4 (or 0x5143A4) is unknown color: approx Blue Gem. HEX triplet: 51, 43 and A4. RGB value is (81,67,164). Sum of RGB (Red+Green+Blue) = 81+67+164=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #5143A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5143A4 is #AEBC5B. Grayscale: #515151. Windows color (decimal): -11451484 or 10765137. OLE color: 10765137.

HSL color Cylindrical-coordinate representation of color #5143A4: hue angle of 248.66º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5143A4 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8167164-
CMYK0.510.5900.36
HSL248.66º41.99%45.29%-
HSV(B)248.66º59.15%64.31%-
XYZ12.18.4436.11-
YUV82.24174.14127.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.96%
GREEN value IS 67 (26.56% from 255) = 21.47%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=25.96%
G=21.47%
B=52.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81671640.510.5900.36248.6641.9945.29
Hex5143A4333B024f92a2d
Octal12110324463730443715255
Binary1010001100001110100100110011111011010010011111001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5143A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5143A4; }

 p { color: rgb(81,67,164); }

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

<style>
 a { background-color: #5143A4; }

 a { background-color: rgb(81,67,164); }

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

<style>
 span { border-color: #5143A4; }

 span { border-color: rgb(81,67,164); }

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