#5042AB

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

Shades of Rich Blue #5042AB

Tints of Rich Blue #5042AB

Color information

#5042AB (or 0x5042AB) is unknown color: approx Rich Blue. HEX triplet: 50, 42 and AB. RGB value is (80,66,171). Sum of RGB (Red+Green+Blue) = 80+66+171=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 66 (26.17% from 255 or 20.82% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #5042AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5042AB is #AFBD54. Grayscale: #515151. Windows color (decimal): -11517269 or 11223632. OLE color: 11223632.

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

Color convert

RGB8066171-
CMYK0.530.6100.33
HSL248º44.3%46.47%-
HSV(B)248º61.4%67.06%-
XYZ12.618.5439.51-
YUV82.16178.14126.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.24%
GREEN value IS 66 (26.17% from 255) = 20.82%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=25.24%
G=20.82%
B=53.94%

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
Decimal80661710.530.6100.3324844.346.47
Hex5042AB353D021f82c2e
Octal12010225365750413705456
Binary1010000100001010101011110101111101010000111111000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5042AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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