#524CCA

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

Shades of Free Speech Blue #524CCA

Tints of Free Speech Blue #524CCA

Color information

#524CCA (or 0x524CCA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 4C and CA. RGB value is (82,76,202). Sum of RGB (Red+Green+Blue) = 82+76+202=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #524CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #524CCA is #ADB335. Grayscale: #5B5B5B. Windows color (decimal): -11383606 or 13257810. OLE color: 13257810.

HSL color Cylindrical-coordinate representation of color #524CCA: hue angle of 242.86º 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 #524CCA is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8276202-
CMYK0.590.6200.21
HSL242.86º54.31%54.51%-
HSV(B)242.86º62.38%79.22%-
XYZ16.7211.2357.16-
YUV92.16189.99120.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 202 (79.30% from 255) = 56.11%
R=22.78%
G=21.11%
B=56.11%

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
Decimal82762020.590.6200.21242.8654.3154.51
Hex524CCA3B3E015f33637
Octal12211431273760253636667
Binary101001010011001100101011101111111001010111110011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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