#5051BD

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

Shades of Rich Blue #5051BD

Tints of Rich Blue #5051BD

Color information

#5051BD (or 0x5051BD) is unknown color: approx Rich Blue. HEX triplet: 50, 51 and BD. RGB value is (80,81,189). Sum of RGB (Red+Green+Blue) = 80+81+189=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #5051BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051BD is #AFAE42. Grayscale: #5C5C5C. Windows color (decimal): -11513411 or 12407120. OLE color: 12407120.

HSL color Cylindrical-coordinate representation of color #5051BD: hue angle of 239.45º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5051BD is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8081189-
CMYK0.580.5700.26
HSL239.45º45.23%52.75%-
HSV(B)239.45º57.67%74.12%-
XYZ15.4411.2649.5-
YUV93.01182.17118.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 189 (74.22% from 255) = 54%
R=22.86%
G=23.14%
B=54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80811890.580.5700.26239.4545.2352.75
Hex5051BD3A3901Aef2d35
Octal12012127572710323575565
Binary101000010100011011110111101011100101101011101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5051BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5051BD; }

 p { color: rgb(80,81,189); }

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

<style>
 a { background-color: #5051BD; }

 a { background-color: rgb(80,81,189); }

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

<style>
 span { border-color: #5051BD; }

 span { border-color: rgb(80,81,189); }

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