#5464CE

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

Shades of Free Speech Blue #5464CE

Tints of Free Speech Blue #5464CE

Color information

#5464CE (or 0x5464CE) is unknown color: approx Free Speech Blue. HEX triplet: 54, 64 and CE. RGB value is (84,100,206). Sum of RGB (Red+Green+Blue) = 84+100+206=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #5464CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464CE is #AB9B31. Grayscale: #6A6A6A. Windows color (decimal): -11246386 or 13526100. OLE color: 13526100.

HSL color Cylindrical-coordinate representation of color #5464CE: hue angle of 232.13º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5464CE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84100206-
CMYK0.590.5100.19
HSL232.13º55.45%56.86%-
HSV(B)232.13º59.22%80.78%-
XYZ19.3515.4660.36-
YUV107.3183.7111.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 206 (80.86% from 255) = 52.82%
R=21.54%
G=25.64%
B=52.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841002060.590.5100.19232.1355.4556.86
Hex5464CE3B33013e83739
Octal12414431673630233506771
Binary101010011001001100111011101111001101001111101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5464CE; }

 p { color: rgb(84,100,206); }

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

<style>
 a { background-color: #5464CE; }

 a { background-color: rgb(84,100,206); }

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

<style>
 span { border-color: #5464CE; }

 span { border-color: rgb(84,100,206); }

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