#5464CC

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

Shades of Free Speech Blue #5464CC

Tints of Free Speech Blue #5464CC

Color information

#5464CC (or 0x5464CC) is unknown color: approx Free Speech Blue. HEX triplet: 54, 64 and CC. RGB value is (84,100,204). Sum of RGB (Red+Green+Blue) = 84+100+204=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #5464CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464CC is #AB9B33. Grayscale: #6A6A6A. Windows color (decimal): -11246388 or 13395028. OLE color: 13395028.

HSL color Cylindrical-coordinate representation of color #5464CC: hue angle of 232º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5464CC is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84100204-
CMYK0.590.5100.2
HSL232º54.05%56.47%-
HSV(B)232º58.82%80%-
XYZ19.1115.3659.08-
YUV107.07182.7111.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 100 (39.45% from 255) = 25.77%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=21.65%
G=25.77%
B=52.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal841002040.590.5100.223254.0556.47
Hex5464CC3B33014e83638
Octal12414431473630243506670
Binary101010011001001100110011101111001101010011101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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