#524BCA

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

Shades of Free Speech Blue #524BCA

Tints of Free Speech Blue #524BCA

Color information

#524BCA (or 0x524BCA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4B and CA. RGB value is (82,75,202). Sum of RGB (Red+Green+Blue) = 82+75+202=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #524BCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524BCA is #ADB435. Grayscale: #5B5B5B. Windows color (decimal): -11383862 or 13257554. OLE color: 13257554.

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

Color convert

RGB8275202-
CMYK0.590.6300.21
HSL243.31º54.51%54.31%-
HSV(B)243.31º62.87%79.22%-
XYZ16.6611.0957.14-
YUV91.57190.32121.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 202 (79.30% from 255) = 56.27%
R=22.84%
G=20.89%
B=56.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82752020.590.6300.21243.3154.5154.31
Hex524BCA3B3F015f33736
Octal12211331273770253636766
Binary101001010010111100101011101111111101010111110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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