#5056AF

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

Shades of Rich Blue #5056AF

Tints of Rich Blue #5056AF

Color information

#5056AF (or 0x5056AF) is unknown color: approx Rich Blue. HEX triplet: 50, 56 and AF. RGB value is (80,86,175). Sum of RGB (Red+Green+Blue) = 80+86+175=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #5056AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5056AF is #AFA950. Grayscale: #5D5D5D. Windows color (decimal): -11512145 or 11490896. OLE color: 11490896.

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

Color convert

RGB8086175-
CMYK0.540.5100.31
HSL236.21º37.25%50%-
HSV(B)236.21º54.29%68.63%-
XYZ14.3711.4642.01-
YUV94.35173.51117.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.46%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=23.46%
G=25.22%
B=51.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80861750.540.5100.31236.2137.2550
Hex5056AF363301Fec2532
Octal12012625766630373544562
Binary101000010101101010111111011011001101111111101100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5056AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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