#524CC4

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

Shades of Free Speech Blue #524CC4

Tints of Free Speech Blue #524CC4

Color information

#524CC4 (or 0x524CC4) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4C and C4. RGB value is (82,76,196). Sum of RGB (Red+Green+Blue) = 82+76+196=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #524CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CC4 is #ADB33B. Grayscale: #5B5B5B. Windows color (decimal): -11383612 or 12864594. OLE color: 12864594.

HSL color Cylindrical-coordinate representation of color #524CC4: hue angle of 243º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #524CC4 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8276196-
CMYK0.580.6100.23
HSL243º50.42%53.33%-
HSV(B)243º61.22%76.86%-
XYZ16.0310.9553.49-
YUV91.47186.99121.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 196 (76.95% from 255) = 55.37%
R=23.16%
G=21.47%
B=55.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82761960.580.6100.2324350.4253.33
Hex524CC43A3D017f33235
Octal12211430472750273636265
Binary101001010011001100010011101011110101011111110011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,76,196); }

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

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

 a { background-color: rgb(82,76,196); }

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

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

 span { border-color: rgb(82,76,196); }

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