#5143BD

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

Shades of Rich Blue #5143BD

Tints of Rich Blue #5143BD

Color information

#5143BD (or 0x5143BD) is unknown color: approx Rich Blue. HEX triplet: 51, 43 and BD. RGB value is (81,67,189). Sum of RGB (Red+Green+Blue) = 81+67+189=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 189 (74.22% from 255 or 56.08% from 337); Max value from RGB is 189 - color contains mainly: blue. Hex color #5143BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5143BD is #AEBC42. Grayscale: #545454. Windows color (decimal): -11451459 or 12403537. OLE color: 12403537.

HSL color Cylindrical-coordinate representation of color #5143BD: hue angle of 246.89º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5143BD is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8167189-
CMYK0.570.6500.26
HSL246.89º48.03%50.2%-
HSV(B)246.89º64.55%74.12%-
XYZ14.599.4449.2-
YUV85.09186.64125.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 189 (74.22% from 255) = 56.08%
R=24.04%
G=19.88%
B=56.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81671890.570.6500.26246.8948.0350.2
Hex5143BD394101Af73032
Octal121103275711010323676062
Binary1010001100001110111101111001100000101101011110111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5143BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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