#5256C1

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

Shades of Free Speech Blue #5256C1

Tints of Free Speech Blue #5256C1

Color information

#5256C1 (or 0x5256C1) is unknown color: approx Free Speech Blue. HEX triplet: 52, 56 and C1. RGB value is (82,86,193). Sum of RGB (Red+Green+Blue) = 82+86+193=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 193 (75.78% from 255 or 53.46% from 361); Max value from RGB is 193 - color contains mainly: blue. Hex color #5256C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5256C1 is #ADA93E. Grayscale: #606060. Windows color (decimal): -11381055 or 12670546. OLE color: 12670546.

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

Color convert

RGB8286193-
CMYK0.580.5500.24
HSL237.84º47.23%53.92%-
HSV(B)237.84º57.51%75.69%-
XYZ16.4312.351.96-
YUV97182.17117.3-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 193 (75.78% from 255) = 53.46%
R=22.71%
G=23.82%
B=53.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82861930.580.5500.24237.8447.2353.92
Hex5256C13A37018ee2f36
Octal12212630172670303565766
Binary101001010101101100000111101011011101100011101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5256C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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