#524AC7

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

Shades of Free Speech Blue #524AC7

Tints of Free Speech Blue #524AC7

Color information

#524AC7 (or 0x524AC7) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4A and C7. RGB value is (82,74,199). Sum of RGB (Red+Green+Blue) = 82+74+199=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 199 (78.12% from 255 or 56.06% from 355); Max value from RGB is 199 - color contains mainly: blue. Hex color #524AC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524AC7 is #ADB538. Grayscale: #5A5A5A. Windows color (decimal): -11384121 or 13060690. OLE color: 13060690.

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

Color convert

RGB8274199-
CMYK0.590.6300.22
HSL243.84º52.74%53.53%-
HSV(B)243.84º62.81%78.04%-
XYZ16.2410.8155.26-
YUV90.64189.15121.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 199 (78.12% from 255) = 56.06%
R=23.10%
G=20.85%
B=56.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82741990.590.6300.22243.8452.7453.53
Hex524AC73B3F016f43536
Octal12211230773770263646566
Binary101001010010101100011111101111111101011011110100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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