#5350CA

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

Shades of Free Speech Blue #5350CA

Tints of Free Speech Blue #5350CA

Color information

#5350CA (or 0x5350CA) is unknown color: approx Free Speech Blue. HEX triplet: 53, 50 and CA. RGB value is (83,80,202). Sum of RGB (Red+Green+Blue) = 83+80+202=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #5350CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5350CA is #ACAF35. Grayscale: #5E5E5E. Windows color (decimal): -11317046 or 13258835. OLE color: 13258835.

HSL color Cylindrical-coordinate representation of color #5350CA: hue angle of 241.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5350CA is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8380202-
CMYK0.590.6000.21
HSL241.48º53.51%55.29%-
HSV(B)241.48º60.4%79.22%-
XYZ17.111.8457.26-
YUV94.8188.49119.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=22.74%
G=21.92%
B=55.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83802020.590.6000.21241.4853.5155.29
Hex5350CA3B3C015f13637
Octal12312031273740253616667
Binary101001110100001100101011101111110001010111110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5350CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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