#5043BA

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

Shades of Rich Blue #5043BA

Tints of Rich Blue #5043BA

Color information

#5043BA (or 0x5043BA) is unknown color: approx Rich Blue. HEX triplet: 50, 43 and BA. RGB value is (80,67,186). Sum of RGB (Red+Green+Blue) = 80+67+186=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #5043BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5043BA is #AFBC45. Grayscale: #535353. Windows color (decimal): -11516998 or 12206928. OLE color: 12206928.

HSL color Cylindrical-coordinate representation of color #5043BA: hue angle of 246.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5043BA is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8067186-
CMYK0.570.6400.27
HSL246.55º47.04%49.61%-
HSV(B)246.55º63.98%72.94%-
XYZ14.189.2647.5-
YUV84.45185.31124.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 67 (26.56% from 255) = 20.12%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=24.02%
G=20.12%
B=55.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80671860.570.6400.27246.5547.0449.61
Hex5043BA394001Bf72f32
Octal120103272711000333675762
Binary1010000100001110111010111001100000001101111110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5043BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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