#5041AF

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

Shades of Rich Blue #5041AF

Tints of Rich Blue #5041AF

Color information

#5041AF (or 0x5041AF) is unknown color: approx Rich Blue. HEX triplet: 50, 41 and AF. RGB value is (80,65,175). Sum of RGB (Red+Green+Blue) = 80+65+175=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #5041AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5041AF is #AFBE50. Grayscale: #515151. Windows color (decimal): -11517521 or 11485520. OLE color: 11485520.

HSL color Cylindrical-coordinate representation of color #5041AF: hue angle of 248.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5041AF is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8065175-
CMYK0.540.6300.31
HSL248.18º45.83%47.06%-
HSV(B)248.18º62.86%68.63%-
XYZ12.948.5841.53-
YUV82.02180.47126.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 175 (68.75% from 255) = 54.69%
R=25%
G=20.31%
B=54.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80651750.540.6300.31248.1845.8347.06
Hex5041AF363F01Ff82e2f
Octal12010125766770373705657
Binary101000010000011010111111011011111101111111111000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5041AF; }

 p { color: rgb(80,65,175); }

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

<style>
 a { background-color: #5041AF; }

 a { background-color: rgb(80,65,175); }

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

<style>
 span { border-color: #5041AF; }

 span { border-color: rgb(80,65,175); }

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