#5465C1

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

Shades of Free Speech Blue #5465C1

Tints of Free Speech Blue #5465C1

Color information

#5465C1 (or 0x5465C1) is unknown color: approx Free Speech Blue. HEX triplet: 54, 65 and C1. RGB value is (84,101,193). Sum of RGB (Red+Green+Blue) = 84+101+193=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #5465C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465C1 is #AB9A3E. Grayscale: #6A6A6A. Windows color (decimal): -11246143 or 12674388. OLE color: 12674388.

HSL color Cylindrical-coordinate representation of color #5465C1: hue angle of 230.64º 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 #5465C1 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84101193-
CMYK0.560.4800.24
HSL230.64º46.78%54.31%-
HSV(B)230.64º56.48%75.69%-
XYZ17.9415.0452.41-
YUV106.4176.87112.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=22.22%
G=26.72%
B=51.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841011930.560.4800.24230.6446.7854.31
Hex5465C13830018e72f36
Octal12414530170600303475766
Binary101010011001011100000111100011000001100011100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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