#5268C1

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

Shades of Free Speech Blue #5268C1

Tints of Free Speech Blue #5268C1

Color information

#5268C1 (or 0x5268C1) is unknown color: approx Free Speech Blue. HEX triplet: 52, 68 and C1. RGB value is (82,104,193). Sum of RGB (Red+Green+Blue) = 82+104+193=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #5268C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5268C1 is #AD973E. Grayscale: #6B6B6B. Windows color (decimal): -11376447 or 12675154. OLE color: 12675154.

HSL color Cylindrical-coordinate representation of color #5268C1: hue angle of 228.11º 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 #5268C1 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82104193-
CMYK0.580.4600.24
HSL228.11º47.23%53.92%-
HSV(B)228.11º57.51%75.69%-
XYZ18.0615.5452.5-
YUV107.57176.21109.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.64%
GREEN value IS 104 (41.02% from 255) = 27.44%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=21.64%
G=27.44%
B=50.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821041930.580.4600.24228.1147.2353.92
Hex5268C13A2E018e42f36
Octal12215030172560303445766
Binary101001011010001100000111101010111001100011100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5268C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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