#5460c9

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

Shades of Free Speech Blue #5460C9

Tints of Free Speech Blue #5460C9

Color information

#5460C9 (or 0x5460C9) is unknown color: approx Free Speech Blue. HEX triplet: 54, 60 and C9. RGB value is (84,96,201). Sum of RGB (Red+Green+Blue) = 84+96+201=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #5460C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5460C9 is #AB9F36. Grayscale: #676767. Windows color (decimal): -11247415 or 13197396. OLE color: 13197396.

HSL color Cylindrical-coordinate representation of color #5460C9: hue angle of 233.85º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5460C9 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8496201-
CMYK0.580.5200.21
HSL233.85º52%55.88%-
HSV(B)233.85º58.21%78.82%-
XYZ18.3814.4757.08-
YUV104.38182.52113.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.05%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=22.05%
G=25.20%
B=52.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84962010.580.5200.21233.855255.88
Hex5460C93A34015ea3438
Octal12414031172640253526470
Binary101010011000001100100111101011010001010111101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5460c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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