#5456C1

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

Shades of Free Speech Blue #5456C1

Tints of Free Speech Blue #5456C1

Color information

#5456C1 (or 0x5456C1) is unknown color: approx Free Speech Blue. HEX triplet: 54, 56 and C1. RGB value is (84,86,193). Sum of RGB (Red+Green+Blue) = 84+86+193=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #5456C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5456C1 is #ABA93E. Grayscale: #616161. Windows color (decimal): -11249983 or 12670548. OLE color: 12670548.

HSL color Cylindrical-coordinate representation of color #5456C1: hue angle of 238.9º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5456C1 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8486193-
CMYK0.560.5500.24
HSL238.9º46.78%54.31%-
HSV(B)238.9º56.48%75.69%-
XYZ16.6112.3951.97-
YUV97.6181.84118.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.14%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 193 (75.78% from 255) = 53.17%
R=23.14%
G=23.69%
B=53.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84861930.560.5500.24238.946.7854.31
Hex5456C13837018ef2f36
Octal12412630170670303575766
Binary101010010101101100000111100011011101100011101111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5456C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5456C1; }

 p { color: rgb(84,86,193); }

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

<style>
 a { background-color: #5456C1; }

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

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

<style>
 span { border-color: #5456C1; }

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

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