#504FBC

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

Shades of Rich Blue #504FBC

Tints of Rich Blue #504FBC

Color information

#504FBC (or 0x504FBC) is unknown color: approx Rich Blue. HEX triplet: 50, 4F and BC. RGB value is (80,79,188). Sum of RGB (Red+Green+Blue) = 80+79+188=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #504FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FBC is #AFB043. Grayscale: #5B5B5B. Windows color (decimal): -11513924 or 12341072. OLE color: 12341072.

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

Color convert

RGB8079188-
CMYK0.570.5800.26
HSL240.55º44.86%52.35%-
HSV(B)240.55º57.98%73.73%-
XYZ15.1810.9348.89-
YUV91.72182.33119.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 79 (31.25% from 255) = 22.77%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=23.05%
G=22.77%
B=54.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80791880.570.5800.26240.5544.8652.35
Hex504FBC393A01Af12d34
Octal12011727471720323615564
Binary101000010011111011110011100111101001101011110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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