#5468C6

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

Shades of Free Speech Blue #5468C6

Tints of Free Speech Blue #5468C6

Color information

#5468C6 (or 0x5468C6) is unknown color: approx Free Speech Blue. HEX triplet: 54, 68 and C6. RGB value is (84,104,198). Sum of RGB (Red+Green+Blue) = 84+104+198=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #5468C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5468C6 is #AB9739. Grayscale: #6C6C6C. Windows color (decimal): -11245370 or 13002836. OLE color: 13002836.

HSL color Cylindrical-coordinate representation of color #5468C6: hue angle of 229.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5468C6 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB84104198-
CMYK0.580.4700.22
HSL229.47º50%55.29%-
HSV(B)229.47º57.58%77.65%-
XYZ18.815.8655.5-
YUV108.74178.37110.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=21.76%
G=26.94%
B=51.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal841041980.580.4700.22229.475055.29
Hex5468C63A2F016e53237
Octal12415030672570263456267
Binary101010011010001100011011101010111101011011100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5468C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5468C6; }

 p { color: rgb(84,104,198); }

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

<style>
 a { background-color: #5468C6; }

 a { background-color: rgb(84,104,198); }

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

<style>
 span { border-color: #5468C6; }

 span { border-color: rgb(84,104,198); }

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