#5247c7

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

Shades of Free Speech Blue #5247C7

Tints of Free Speech Blue #5247C7

Color information

#5247C7 (or 0x5247C7) is unknown color: approx Free Speech Blue. HEX triplet: 52, 47 and C7. RGB value is (82,71,199). Sum of RGB (Red+Green+Blue) = 82+71+199=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 199 (78.12% from 255 or 56.53% from 352); Max value from RGB is 199 - color contains mainly: blue. Hex color #5247C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5247C7 is #ADB838. Grayscale: #585858. Windows color (decimal): -11384889 or 13059922. OLE color: 13059922.

HSL color Cylindrical-coordinate representation of color #5247C7: hue angle of 245.16º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5247C7 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8271199-
CMYK0.590.6400.22
HSL245.16º53.33%52.94%-
HSV(B)245.16º64.32%78.04%-
XYZ16.0410.4255.2-
YUV88.88190.14123.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 199 (78.12% from 255) = 56.53%
R=23.30%
G=20.17%
B=56.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82711990.590.6400.22245.1653.3352.94
Hex5247C73B40016f53535
Octal122107307731000263656565
Binary1010010100011111000111111011100000001011011110101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5247c7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5247c7; }

 p { color: rgb(82,71,199); }

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

<style>
 a { background-color: #5247c7; }

 a { background-color: rgb(82,71,199); }

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

<style>
 span { border-color: #5247c7; }

 span { border-color: rgb(82,71,199); }

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