#5454C6

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

Shades of Free Speech Blue #5454C6

Tints of Free Speech Blue #5454C6

Color information

#5454C6 (or 0x5454C6) is unknown color: approx Free Speech Blue. HEX triplet: 54, 54 and C6. RGB value is (84,84,198). Sum of RGB (Red+Green+Blue) = 84+84+198=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #5454C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5454C6 is #ABAB39. Grayscale: #606060. Windows color (decimal): -11250490 or 12997716. OLE color: 12997716.

HSL color Cylindrical-coordinate representation of color #5454C6: hue angle of 240º 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 #5454C6 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8484198-
CMYK0.580.5800.22
HSL240º50%55.29%-
HSV(B)240º57.58%77.65%-
XYZ17.0212.354.9-
YUV97185118.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 84 (33.20% from 255) = 22.95%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=22.95%
G=22.95%
B=54.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal84841980.580.5800.222405055.29
Hex5454C63A3A016f03237
Octal12412430672720263606267
Binary101010010101001100011011101011101001011011110000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5454C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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