#5164CF

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

Shades of Free Speech Blue #5164CF

Tints of Free Speech Blue #5164CF

Color information

#5164CF (or 0x5164CF) is unknown color: approx Free Speech Blue. HEX triplet: 51, 64 and CF. RGB value is (81,100,207). Sum of RGB (Red+Green+Blue) = 81+100+207=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #5164CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5164CF is #AE9B30. Grayscale: #6A6A6A. Windows color (decimal): -11442993 or 13591633. OLE color: 13591633.

HSL color Cylindrical-coordinate representation of color #5164CF: hue angle of 230.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5164CF is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81100207-
CMYK0.610.5200.19
HSL230.95º56.76%56.47%-
HSV(B)230.95º60.87%81.18%-
XYZ19.2115.3760.99-
YUV106.52184.71109.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 207 (81.25% from 255) = 53.35%
R=20.88%
G=25.77%
B=53.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811002070.610.5200.19230.9556.7656.47
Hex5164CF3D34013e73938
Octal12114431775640233477170
Binary101000111001001100111111110111010001001111100111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5164CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5164CF; }

 p { color: rgb(81,100,207); }

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

<style>
 a { background-color: #5164CF; }

 a { background-color: rgb(81,100,207); }

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

<style>
 span { border-color: #5164CF; }

 span { border-color: rgb(81,100,207); }

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