#504FCA

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

Shades of Free Speech Blue #504FCA

Tints of Free Speech Blue #504FCA

Color information

#504FCA (or 0x504FCA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4F and CA. RGB value is (80,79,202). Sum of RGB (Red+Green+Blue) = 80+79+202=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #504FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FCA is #AFB035. Grayscale: #5C5C5C. Windows color (decimal): -11513910 or 13258576. OLE color: 13258576.

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

Color convert

RGB8079202-
CMYK0.600.6100.21
HSL240.49º53.71%55.1%-
HSV(B)240.49º60.89%79.22%-
XYZ16.7611.5657.23-
YUV93.32189.33118.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 79 (31.25% from 255) = 21.88%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=22.16%
G=21.88%
B=55.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80792020.600.6100.21240.4953.7155.1
Hex504FCA3C3D015f03637
Octal12011731274750253606667
Binary101000010011111100101011110011110101010111110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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