#5357CA

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

Shades of Free Speech Blue #5357CA

Tints of Free Speech Blue #5357CA

Color information

#5357CA (or 0x5357CA) is unknown color: approx Free Speech Blue. HEX triplet: 53, 57 and CA. RGB value is (83,87,202). Sum of RGB (Red+Green+Blue) = 83+87+202=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #5357CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5357CA is #ACA835. Grayscale: #626262. Windows color (decimal): -11315254 or 13260627. OLE color: 13260627.

HSL color Cylindrical-coordinate representation of color #5357CA: hue angle of 237.98º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5357CA is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8387202-
CMYK0.590.5700.21
HSL237.98º52.89%55.88%-
HSV(B)237.98º58.91%79.22%-
XYZ17.6412.9257.44-
YUV98.91186.17116.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=22.31%
G=23.39%
B=54.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83872020.590.5700.21237.9852.8955.88
Hex5357CA3B39015ee3538
Octal12312731273710253566570
Binary101001110101111100101011101111100101010111101110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5357CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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