#5249CA

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

Shades of Free Speech Blue #5249CA

Tints of Free Speech Blue #5249CA

Color information

#5249CA (or 0x5249CA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 49 and CA. RGB value is (82,73,202). Sum of RGB (Red+Green+Blue) = 82+73+202=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #5249CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249CA is #ADB635. Grayscale: #595959. Windows color (decimal): -11384374 or 13257042. OLE color: 13257042.

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

Color convert

RGB8273202-
CMYK0.590.6400.21
HSL244.19º54.89%53.92%-
HSV(B)244.19º63.86%79.22%-
XYZ16.5210.8257.1-
YUV90.4190.98122.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=22.97%
G=20.45%
B=56.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82732020.590.6400.21244.1954.8953.92
Hex5249CA3B40015f43736
Octal122111312731000253646766
Binary1010010100100111001010111011100000001010111110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5249CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5249CA; }

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

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

<style>
 a { background-color: #5249CA; }

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

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

<style>
 span { border-color: #5249CA; }

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

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