#5043B6

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

Shades of Rich Blue #5043B6

Tints of Rich Blue #5043B6

Color information

#5043B6 (or 0x5043B6) is unknown color: approx Rich Blue. HEX triplet: 50, 43 and B6. RGB value is (80,67,182). Sum of RGB (Red+Green+Blue) = 80+67+182=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #5043B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5043B6 is #AFBC49. Grayscale: #535353. Windows color (decimal): -11517002 or 11944784. OLE color: 11944784.

HSL color Cylindrical-coordinate representation of color #5043B6: hue angle of 246.78º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5043B6 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8067182-
CMYK0.560.6300.29
HSL246.78º46.18%48.82%-
HSV(B)246.78º63.19%71.37%-
XYZ13.769.145.29-
YUV84183.31125.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=24.32%
G=20.36%
B=55.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80671820.560.6300.29246.7846.1848.82
Hex5043B6383F01Df72e31
Octal12010326670770353675661
Binary101000010000111011011011100011111101110111110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5043B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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