#5168C9

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

Shades of Free Speech Blue #5168C9

Tints of Free Speech Blue #5168C9

Color information

#5168C9 (or 0x5168C9) is unknown color: approx Free Speech Blue. HEX triplet: 51, 68 and C9. RGB value is (81,104,201). Sum of RGB (Red+Green+Blue) = 81+104+201=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #5168C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5168C9 is #AE9736. Grayscale: #6B6B6B. Windows color (decimal): -11441975 or 13199441. OLE color: 13199441.

HSL color Cylindrical-coordinate representation of color #5168C9: hue angle of 228.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5168C9 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81104201-
CMYK0.600.4800.21
HSL228.5º52.63%55.29%-
HSV(B)228.5º59.7%78.82%-
XYZ18.8915.8757.33-
YUV108.18180.38108.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 201 (78.91% from 255) = 52.07%
R=20.98%
G=26.94%
B=52.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811042010.600.4800.21228.552.6355.29
Hex5168C93C30015e43537
Octal12115031174600253446567
Binary101000111010001100100111110011000001010111100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5168C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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