#5250C1

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

Shades of Free Speech Blue #5250C1

Tints of Free Speech Blue #5250C1

Color information

#5250C1 (or 0x5250C1) is unknown color: approx Free Speech Blue. HEX triplet: 52, 50 and C1. RGB value is (82,80,193). Sum of RGB (Red+Green+Blue) = 82+80+193=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #5250C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250C1 is #ADAF3E. Grayscale: #5D5D5D. Windows color (decimal): -11382591 or 12669010. OLE color: 12669010.

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

Color convert

RGB8280193-
CMYK0.580.5900.24
HSL241.06º47.68%53.53%-
HSV(B)241.06º58.55%75.69%-
XYZ15.9711.3851.81-
YUV93.48184.16119.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 80 (31.64% from 255) = 22.54%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=23.10%
G=22.54%
B=54.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82801930.580.5900.24241.0647.6853.53
Hex5250C13A3B018f13036
Octal12212030172730303616066
Binary101001010100001100000111101011101101100011110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5250C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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