#5465CA

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

Shades of Free Speech Blue #5465CA

Tints of Free Speech Blue #5465CA

Color information

#5465CA (or 0x5465CA) is unknown color: approx Free Speech Blue. HEX triplet: 54, 65 and CA. RGB value is (84,101,202). Sum of RGB (Red+Green+Blue) = 84+101+202=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5465CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5465CA is #AB9A35. Grayscale: #6B6B6B. Windows color (decimal): -11246134 or 13264212. OLE color: 13264212.

HSL color Cylindrical-coordinate representation of color #5465CA: hue angle of 231.36º degrees, saturation: 0.53, 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 #5465CA is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB84101202-
CMYK0.580.5000.21
HSL231.36º52.68%56.08%-
HSV(B)231.36º58.42%79.22%-
XYZ18.9715.4657.86-
YUV107.43181.37111.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=21.71%
G=26.10%
B=52.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal841012020.580.5000.21231.3652.6856.08
Hex5465CA3A32015e73538
Octal12414531272620253476570
Binary101010011001011100101011101011001001010111100111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5465CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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