#504EBB

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

Shades of Rich Blue #504EBB

Tints of Rich Blue #504EBB

Color information

#504EBB (or 0x504EBB) is unknown color: approx Rich Blue. HEX triplet: 50, 4E and BB. RGB value is (80,78,187). Sum of RGB (Red+Green+Blue) = 80+78+187=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #504EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EBB is #AFB144. Grayscale: #5A5A5A. Windows color (decimal): -11514181 or 12275280. OLE color: 12275280.

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

Color convert

RGB8078187-
CMYK0.570.5800.27
HSL241.1º44.49%51.96%-
HSV(B)241.1º58.29%73.33%-
XYZ1510.7448.3-
YUV91.02182.16120.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.19%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 187 (73.44% from 255) = 54.20%
R=23.19%
G=22.61%
B=54.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80781870.570.5800.27241.144.4951.96
Hex504EBB393A01Bf12c34
Octal12011627371720333615464
Binary101000010011101011101111100111101001101111110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504EBB; }

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

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

<style>
 a { background-color: #504EBB; }

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

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

<style>
 span { border-color: #504EBB; }

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

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