#5043AB

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

Shades of Rich Blue #5043AB

Tints of Rich Blue #5043AB

Color information

#5043AB (or 0x5043AB) is unknown color: approx Rich Blue. HEX triplet: 50, 43 and AB. RGB value is (80,67,171). Sum of RGB (Red+Green+Blue) = 80+67+171=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #5043AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5043AB is #AFBC54. Grayscale: #525252. Windows color (decimal): -11517013 or 11223888. OLE color: 11223888.

HSL color Cylindrical-coordinate representation of color #5043AB: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5043AB is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8067171-
CMYK0.530.6100.33
HSL247.5º43.7%46.67%-
HSV(B)247.5º60.82%67.06%-
XYZ12.678.6639.53-
YUV82.74177.81126.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.16%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=25.16%
G=21.07%
B=53.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal80671710.530.6100.33247.543.746.67
Hex5043AB353D021f82c2f
Octal12010325365750413705457
Binary1010000100001110101011110101111101010000111111000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5043AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5043AB; }

 p { color: rgb(80,67,171); }

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

<style>
 a { background-color: #5043AB; }

 a { background-color: rgb(80,67,171); }

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

<style>
 span { border-color: #5043AB; }

 span { border-color: rgb(80,67,171); }

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