#5466C3

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

Shades of Free Speech Blue #5466C3

Tints of Free Speech Blue #5466C3

Color information

#5466C3 (or 0x5466C3) is unknown color: approx Free Speech Blue. HEX triplet: 54, 66 and C3. RGB value is (84,102,195). Sum of RGB (Red+Green+Blue) = 84+102+195=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #5466C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5466C3 is #AB993C. Grayscale: #6A6A6A. Windows color (decimal): -11245885 or 12805716. OLE color: 12805716.

HSL color Cylindrical-coordinate representation of color #5466C3: hue angle of 230.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5466C3 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84102195-
CMYK0.570.4800.24
HSL230.27º48.05%54.71%-
HSV(B)230.27º56.92%76.47%-
XYZ18.2615.3353.63-
YUV107.22177.54111.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=22.05%
G=26.77%
B=51.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841021950.570.4800.24230.2748.0554.71
Hex5466C33930018e63037
Octal12414630371600303466067
Binary101010011001101100001111100111000001100011100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5466C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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