#5464C4

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

Shades of Free Speech Blue #5464C4

Tints of Free Speech Blue #5464C4

Color information

#5464C4 (or 0x5464C4) is unknown color: approx Free Speech Blue. HEX triplet: 54, 64 and C4. RGB value is (84,100,196). Sum of RGB (Red+Green+Blue) = 84+100+196=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 196 (76.95% from 255 or 51.58% from 380); Max value from RGB is 196 - color contains mainly: blue. Hex color #5464C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5464C4 is #AB9B3B. Grayscale: #696969. Windows color (decimal): -11246396 or 12870740. OLE color: 12870740.

HSL color Cylindrical-coordinate representation of color #5464C4: hue angle of 231.43º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5464C4 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84100196-
CMYK0.570.4900.23
HSL231.43º48.7%54.9%-
HSV(B)231.43º57.14%76.86%-
XYZ18.1814.9854.16-
YUV106.16178.7112.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 196 (76.95% from 255) = 51.58%
R=22.11%
G=26.32%
B=51.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841001960.570.4900.23231.4348.754.9
Hex5464C43931017e73137
Octal12414430471610273476167
Binary101010011001001100010011100111000101011111100111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5464C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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