#524EC9

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

Shades of Free Speech Blue #524EC9

Tints of Free Speech Blue #524EC9

Color information

#524EC9 (or 0x524EC9) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4E and C9. RGB value is (82,78,201). Sum of RGB (Red+Green+Blue) = 82+78+201=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #524EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524EC9 is #ADB136. Grayscale: #5C5C5C. Windows color (decimal): -11383095 or 13192786. OLE color: 13192786.

HSL color Cylindrical-coordinate representation of color #524EC9: hue angle of 241.95º degrees, saturation: 0.53, 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 #524EC9 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8278201-
CMYK0.590.6100.21
HSL241.95º53.25%54.71%-
HSV(B)241.95º61.19%78.82%-
XYZ16.7511.4656.59-
YUV93.22188.83120-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 201 (78.91% from 255) = 55.68%
R=22.71%
G=21.61%
B=55.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82782010.590.6100.21241.9553.2554.71
Hex524EC93B3D015f23537
Octal12211631173750253626567
Binary101001010011101100100111101111110101010111110010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524EC9; }

 p { color: rgb(82,78,201); }

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

<style>
 a { background-color: #524EC9; }

 a { background-color: rgb(82,78,201); }

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

<style>
 span { border-color: #524EC9; }

 span { border-color: rgb(82,78,201); }

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