#504FCC

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

Shades of Free Speech Blue #504FCC

Tints of Free Speech Blue #504FCC

Color information

#504FCC (or 0x504FCC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4F and CC. RGB value is (80,79,204). Sum of RGB (Red+Green+Blue) = 80+79+204=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #504FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FCC is #AFB033. Grayscale: #5D5D5D. Windows color (decimal): -11513908 or 13389648. OLE color: 13389648.

HSL color Cylindrical-coordinate representation of color #504FCC: hue angle of 240.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504FCC is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8079204-
CMYK0.610.6100.2
HSL240.48º55.07%55.49%-
HSV(B)240.48º61.27%80%-
XYZ1711.6658.48-
YUV93.55190.33118.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 79 (31.25% from 255) = 21.76%
BLUE value IS 204 (80.08% from 255) = 56.20%
R=22.04%
G=21.76%
B=56.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80792040.610.6100.2240.4855.0755.49
Hex504FCC3D3D014f03737
Octal12011731475750243606767
Binary101000010011111100110011110111110101010011110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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