#524DCA

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

Shades of Free Speech Blue #524DCA

Tints of Free Speech Blue #524DCA

Color information

#524DCA (or 0x524DCA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4D and CA. RGB value is (82,77,202). Sum of RGB (Red+Green+Blue) = 82+77+202=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 77 (30.47% from 255 or 21.33% 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 #524DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #524DCA is #ADB235. Grayscale: #5C5C5C. Windows color (decimal): -11383350 or 13258066. OLE color: 13258066.

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

Color convert

RGB8277202-
CMYK0.590.6200.21
HSL242.4º54.11%54.71%-
HSV(B)242.4º61.88%79.22%-
XYZ16.7911.3757.19-
YUV92.74189.66120.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=22.71%
G=21.33%
B=55.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82772020.590.6200.21242.454.1154.71
Hex524DCA3B3E015f23637
Octal12211531273760253626667
Binary101001010011011100101011101111111001010111110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,77,202); }

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

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

 a { background-color: rgb(82,77,202); }

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

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

 span { border-color: rgb(82,77,202); }

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