#5466C5

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

Shades of Free Speech Blue #5466C5

Tints of Free Speech Blue #5466C5

Color information

#5466C5 (or 0x5466C5) is unknown color: approx Free Speech Blue. HEX triplet: 54, 66 and C5. RGB value is (84,102,197). Sum of RGB (Red+Green+Blue) = 84+102+197=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 197 (77.34% from 255 or 51.44% from 383); Max value from RGB is 197 - color contains mainly: blue. Hex color #5466C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5466C5 is #AB993A. Grayscale: #6B6B6B. Windows color (decimal): -11245883 or 12936788. OLE color: 12936788.

HSL color Cylindrical-coordinate representation of color #5466C5: hue angle of 230.44º 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 #5466C5 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB84102197-
CMYK0.570.4800.23
HSL230.44º49.34%55.1%-
HSV(B)230.44º57.36%77.25%-
XYZ18.4915.4254.83-
YUV107.45178.54111.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.93%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 197 (77.34% from 255) = 51.44%
R=21.93%
G=26.63%
B=51.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal841021970.570.4800.23230.4449.3455.1
Hex5466C53930017e63137
Octal12414630571600273466167
Binary101010011001101100010111100111000001011111100110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5466C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5466C5; }

 p { color: rgb(84,102,197); }

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

<style>
 a { background-color: #5466C5; }

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

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

<style>
 span { border-color: #5466C5; }

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

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