#5251C0

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

Shades of Free Speech Blue #5251C0

Tints of Free Speech Blue #5251C0

Color information

#5251C0 (or 0x5251C0) is unknown color: approx Free Speech Blue. HEX triplet: 52, 51 and C0. RGB value is (82,81,192). Sum of RGB (Red+Green+Blue) = 82+81+192=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 192 (75.39% from 255 or 54.08% from 355); Max value from RGB is 192 - color contains mainly: blue. Hex color #5251C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5251C0 is #ADAE3F. Grayscale: #5D5D5D. Windows color (decimal): -11382336 or 12603730. OLE color: 12603730.

HSL color Cylindrical-coordinate representation of color #5251C0: hue angle of 240.54º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5251C0 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8281192-
CMYK0.570.5800.25
HSL240.54º46.84%53.53%-
HSV(B)240.54º57.81%75.29%-
XYZ15.9411.4851.25-
YUV93.95183.33119.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.10%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 192 (75.39% from 255) = 54.08%
R=23.10%
G=22.82%
B=54.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82811920.570.5800.25240.5446.8453.53
Hex5251C0393A019f12f36
Octal12212130071720313615766
Binary101001010100011100000011100111101001100111110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5251C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5251C0; }

 p { color: rgb(82,81,192); }

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

<style>
 a { background-color: #5251C0; }

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

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

<style>
 span { border-color: #5251C0; }

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

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