#504FBB

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

Shades of Rich Blue #504FBB

Tints of Rich Blue #504FBB

Color information

#504FBB (or 0x504FBB) is unknown color: approx Rich Blue. HEX triplet: 50, 4F and BB. RGB value is (80,79,187). Sum of RGB (Red+Green+Blue) = 80+79+187=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #504FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FBB is #AFB044. Grayscale: #5B5B5B. Windows color (decimal): -11513925 or 12275536. OLE color: 12275536.

HSL color Cylindrical-coordinate representation of color #504FBB: hue angle of 240.56º 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 #504FBB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8079187-
CMYK0.570.5800.27
HSL240.56º44.26%52.16%-
HSV(B)240.56º57.75%73.33%-
XYZ15.0710.8948.32-
YUV91.61181.83119.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 187 (73.44% from 255) = 54.05%
R=23.12%
G=22.83%
B=54.05%

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
Decimal80791870.570.5800.27240.5644.2652.16
Hex504FBB393A01Bf12c34
Octal12011727371720333615464
Binary101000010011111011101111100111101001101111110001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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