#5457CA

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

Shades of Free Speech Blue #5457CA

Tints of Free Speech Blue #5457CA

Color information

#5457CA (or 0x5457CA) is unknown color: approx Free Speech Blue. HEX triplet: 54, 57 and CA. RGB value is (84,87,202). Sum of RGB (Red+Green+Blue) = 84+87+202=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5457CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5457CA is #ABA835. Grayscale: #626262. Windows color (decimal): -11249718 or 13260628. OLE color: 13260628.

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

Color convert

RGB8487202-
CMYK0.580.5700.21
HSL238.47º52.68%56.08%-
HSV(B)238.47º58.42%79.22%-
XYZ17.7312.9757.45-
YUV99.21186.01117.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.52%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 202 (79.30% from 255) = 54.16%
R=22.52%
G=23.32%
B=54.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84872020.580.5700.21238.4752.6856.08
Hex5457CA3A39015ee3538
Octal12412731272710253566570
Binary101010010101111100101011101011100101010111101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5457CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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