#5460D0

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

Shades of Free Speech Blue #5460D0

Tints of Free Speech Blue #5460D0

Color information

#5460D0 (or 0x5460D0) is unknown color: approx Free Speech Blue. HEX triplet: 54, 60 and D0. RGB value is (84,96,208). Sum of RGB (Red+Green+Blue) = 84+96+208=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #5460D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460D0 is #AB9F2F. Grayscale: #686868. Windows color (decimal): -11247408 or 13656148. OLE color: 13656148.

HSL color Cylindrical-coordinate representation of color #5460D0: hue angle of 234.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5460D0 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8496208-
CMYK0.600.5400.18
HSL234.19º56.88%57.25%-
HSV(B)234.19º59.62%81.57%-
XYZ19.2214.861.52-
YUV105.18186.02112.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 208 (81.64% from 255) = 53.61%
R=21.65%
G=24.74%
B=53.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal84962080.600.5400.18234.1956.8857.25
Hex5460D03C36012ea3939
Octal12414032074660223527171
Binary101010011000001101000011110011011001001011101010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5460D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5460D0; }

 p { color: rgb(84,96,208); }

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

<style>
 a { background-color: #5460D0; }

 a { background-color: rgb(84,96,208); }

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

<style>
 span { border-color: #5460D0; }

 span { border-color: rgb(84,96,208); }

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