#5168C0

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

Shades of Free Speech Blue #5168C0

Tints of Free Speech Blue #5168C0

Color information

#5168C0 (or 0x5168C0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 68 and C0. RGB value is (81,104,192). Sum of RGB (Red+Green+Blue) = 81+104+192=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #5168C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5168C0 is #AE973F. Grayscale: #6A6A6A. Windows color (decimal): -11441984 or 12609617. OLE color: 12609617.

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

Color convert

RGB81104192-
CMYK0.580.4600.25
HSL227.57º46.84%53.53%-
HSV(B)227.57º57.81%75.29%-
XYZ17.8615.4651.91-
YUV107.16175.88109.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 192 (75.39% from 255) = 50.93%
R=21.49%
G=27.59%
B=50.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811041920.580.4600.25227.5746.8453.53
Hex5168C03A2E019e42f36
Octal12115030072560313445766
Binary101000111010001100000011101010111001100111100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5168C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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