#5250C5

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

Shades of Free Speech Blue #5250C5

Tints of Free Speech Blue #5250C5

Color information

#5250C5 (or 0x5250C5) is unknown color: approx Free Speech Blue. HEX triplet: 52, 50 and C5. RGB value is (82,80,197). Sum of RGB (Red+Green+Blue) = 82+80+197=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #5250C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250C5 is #ADAF3A. Grayscale: #5D5D5D. Windows color (decimal): -11382587 or 12931154. OLE color: 12931154.

HSL color Cylindrical-coordinate representation of color #5250C5: hue angle of 241.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5250C5 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8280197-
CMYK0.580.5900.23
HSL241.03º50.21%54.31%-
HSV(B)241.03º59.39%77.25%-
XYZ16.4311.5654.19-
YUV93.94186.16119.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 197 (77.34% from 255) = 54.87%
R=22.84%
G=22.28%
B=54.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal82801970.580.5900.23241.0350.2154.31
Hex5250C53A3B017f13236
Octal12212030572730273616266
Binary101001010100001100010111101011101101011111110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5250C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5250C5; }

 p { color: rgb(82,80,197); }

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

<style>
 a { background-color: #5250C5; }

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

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

<style>
 span { border-color: #5250C5; }

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

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