#5169C9

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

Shades of Free Speech Blue #5169C9

Tints of Free Speech Blue #5169C9

Color information

#5169C9 (or 0x5169C9) is unknown color: approx Free Speech Blue. HEX triplet: 51, 69 and C9. RGB value is (81,105,201). Sum of RGB (Red+Green+Blue) = 81+105+201=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #5169C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5169C9 is #AE9636. Grayscale: #6C6C6C. Windows color (decimal): -11441719 or 13199697. OLE color: 13199697.

HSL color Cylindrical-coordinate representation of color #5169C9: hue angle of 228º 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 #5169C9 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81105201-
CMYK0.600.4800.21
HSL228º52.63%55.29%-
HSV(B)228º59.7%78.82%-
XYZ18.9916.0757.36-
YUV108.77180.05108.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=20.93%
G=27.13%
B=51.94%

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
Decimal811052010.600.4800.2122852.6355.29
Hex5169C93C30015e43537
Octal12115131174600253446567
Binary101000111010011100100111110011000001010111100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5169C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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