#5043AE

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

Shades of Rich Blue #5043AE

Tints of Rich Blue #5043AE

Color information

#5043AE (or 0x5043AE) is unknown color: approx Rich Blue. HEX triplet: 50, 43 and AE. RGB value is (80,67,174). Sum of RGB (Red+Green+Blue) = 80+67+174=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #5043AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5043AE is #AFBC51. Grayscale: #525252. Windows color (decimal): -11517010 or 11420496. OLE color: 11420496.

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

Color convert

RGB8067174-
CMYK0.540.6100.32
HSL247.29º44.4%47.25%-
HSV(B)247.29º61.49%68.24%-
XYZ12.968.7841.06-
YUV83.08179.31125.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.92%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=24.92%
G=20.87%
B=54.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80671740.540.6100.32247.2944.447.25
Hex5043AE363D020f72c2f
Octal12010325666750403675457
Binary1010000100001110101110110110111101010000011110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5043AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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