#5465CE

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

Shades of Free Speech Blue #5465CE

Tints of Free Speech Blue #5465CE

Color information

#5465CE (or 0x5465CE) is unknown color: approx Free Speech Blue. HEX triplet: 54, 65 and CE. RGB value is (84,101,206). Sum of RGB (Red+Green+Blue) = 84+101+206=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #5465CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465CE is #AB9A31. Grayscale: #6B6B6B. Windows color (decimal): -11246130 or 13526356. OLE color: 13526356.

HSL color Cylindrical-coordinate representation of color #5465CE: hue angle of 231.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5465CE is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84101206-
CMYK0.590.5100.19
HSL231.64º55.45%56.86%-
HSV(B)231.64º59.22%80.78%-
XYZ19.4515.6560.39-
YUV107.89183.37110.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 206 (80.86% from 255) = 52.69%
R=21.48%
G=25.83%
B=52.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841012060.590.5100.19231.6455.4556.86
Hex5465CE3B33013e83739
Octal12414531673630233506771
Binary101010011001011100111011101111001101001111101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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