#5055AF

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

Shades of Rich Blue #5055AF

Tints of Rich Blue #5055AF

Color information

#5055AF (or 0x5055AF) is unknown color: approx Rich Blue. HEX triplet: 50, 55 and AF. RGB value is (80,85,175). Sum of RGB (Red+Green+Blue) = 80+85+175=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #5055AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5055AF is #AFAA50. Grayscale: #5D5D5D. Windows color (decimal): -11512401 or 11490640. OLE color: 11490640.

HSL color Cylindrical-coordinate representation of color #5055AF: hue angle of 236.84º 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 #5055AF is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8085175-
CMYK0.540.5100.31
HSL236.84º37.25%50%-
HSV(B)236.84º54.29%68.63%-
XYZ14.2911.341.98-
YUV93.76173.84118.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=23.53%
G=25%
B=51.47%

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
Decimal80851750.540.5100.31236.8437.2550
Hex5055AF363301Fed2532
Octal12012525766630373554562
Binary101000010101011010111111011011001101111111101101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5055AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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