#5056BB

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

Shades of Rich Blue #5056BB

Tints of Rich Blue #5056BB

Color information

#5056BB (or 0x5056BB) is unknown color: approx Rich Blue. HEX triplet: 50, 56 and BB. RGB value is (80,86,187). Sum of RGB (Red+Green+Blue) = 80+86+187=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #5056BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5056BB is #AFA944. Grayscale: #5F5F5F. Windows color (decimal): -11512133 or 12277328. OLE color: 12277328.

HSL color Cylindrical-coordinate representation of color #5056BB: hue angle of 236.64º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5056BB is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8086187-
CMYK0.570.5400.27
HSL236.64º44.03%52.35%-
HSV(B)236.64º57.22%73.33%-
XYZ15.6111.9548.5-
YUV95.72179.51116.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=22.66%
G=24.36%
B=52.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80861870.570.5400.27236.6444.0352.35
Hex5056BB393601Bed2c34
Octal12012627371660333555464
Binary101000010101101011101111100111011001101111101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5056BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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