#5169C0

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

Shades of Free Speech Blue #5169C0

Tints of Free Speech Blue #5169C0

Color information

#5169C0 (or 0x5169C0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 69 and C0. RGB value is (81,105,192). Sum of RGB (Red+Green+Blue) = 81+105+192=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #5169C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169C0 is #AE963F. Grayscale: #6B6B6B. Windows color (decimal): -11441728 or 12609873. OLE color: 12609873.

HSL color Cylindrical-coordinate representation of color #5169C0: hue angle of 227.03º 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 #5169C0 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81105192-
CMYK0.580.4500.25
HSL227.03º46.84%53.53%-
HSV(B)227.03º57.81%75.29%-
XYZ17.9615.6651.94-
YUV107.74175.55108.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=21.43%
G=27.78%
B=50.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811051920.580.4500.25227.0346.8453.53
Hex5169C03A2D019e32f36
Octal12115130072550313435766
Binary101000111010011100000011101010110101100111100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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