#5353cf

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

Shades of Free Speech Blue #5353CF

Tints of Free Speech Blue #5353CF

Color information

#5353CF (or 0x5353CF) is unknown color: approx Free Speech Blue. HEX triplet: 53, 53 and CF. RGB value is (83,83,207). Sum of RGB (Red+Green+Blue) = 83+83+207=373 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.25% from 373); Green value is 83 (32.81% from 255 or 22.25% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #5353CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353CF is #ACAC30. Grayscale: #606060. Windows color (decimal): -11316273 or 13587283. OLE color: 13587283.

HSL color Cylindrical-coordinate representation of color #5353CF: hue angle of 240º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5353CF is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8383207-
CMYK0.600.6000.19
HSL240º56.36%56.86%-
HSV(B)240º59.9%81.18%-
XYZ17.9212.5360.51-
YUV97.14190117.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.25%
GREEN value IS 83 (32.81% from 255) = 22.25%
BLUE value IS 207 (81.25% from 255) = 55.50%
R=22.25%
G=22.25%
B=55.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal83832070.600.6000.1924056.3656.86
Hex5353CF3C3C013f03839
Octal12312331774740233607071
Binary101001110100111100111111110011110001001111110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5353cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5353cf; }

 p { color: rgb(83,83,207); }

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

<style>
 a { background-color: #5353cf; }

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

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

<style>
 span { border-color: #5353cf; }

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

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