#524BC4

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

Shades of Free Speech Blue #524BC4

Tints of Free Speech Blue #524BC4

Color information

#524BC4 (or 0x524BC4) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4B and C4. RGB value is (82,75,196). Sum of RGB (Red+Green+Blue) = 82+75+196=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 196 (76.95% from 255 or 55.52% from 353); Max value from RGB is 196 - color contains mainly: blue. Hex color #524BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BC4 is #ADB43B. Grayscale: #5A5A5A. Windows color (decimal): -11383868 or 12864338. OLE color: 12864338.

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

Color convert

RGB8275196-
CMYK0.580.6200.23
HSL243.47º50.63%53.14%-
HSV(B)243.47º61.73%76.86%-
XYZ15.9610.8153.47-
YUV90.89187.32121.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 196 (76.95% from 255) = 55.52%
R=23.23%
G=21.25%
B=55.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82751960.580.6200.23243.4750.6353.14
Hex524BC43A3E017f33335
Octal12211330472760273636365
Binary101001010010111100010011101011111001011111110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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