#5252CA

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

Shades of Free Speech Blue #5252CA

Tints of Free Speech Blue #5252CA

Color information

#5252CA (or 0x5252CA) is unknown color: approx Free Speech Blue. HEX triplet: 52, 52 and CA. RGB value is (82,82,202). Sum of RGB (Red+Green+Blue) = 82+82+202=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #5252CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5252CA is #ADAD35. Grayscale: #5F5F5F. Windows color (decimal): -11382070 or 13259346. OLE color: 13259346.

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

Color convert

RGB8282202-
CMYK0.590.5900.21
HSL240º53.1%55.69%-
HSV(B)240º59.41%79.22%-
XYZ17.1612.0957.31-
YUV95.68188118.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.40%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 202 (79.30% from 255) = 55.19%
R=22.40%
G=22.40%
B=55.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82822020.590.5900.2124053.155.69
Hex5252CA3B3B015f03538
Octal12212231273730253606570
Binary101001010100101100101011101111101101010111110000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5252CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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